You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/05/13 10:36:48 UTC

svn commit: r1795046 - in /openoffice/trunk/main: framework/source/fwi/jobs/configaccess.cxx xmlscript/source/xmldlg_imexp/xmldlg_export.cxx

Author: mseidel
Date: Sat May 13 10:36:48 2017
New Revision: 1795046

URL: http://svn.apache.org/viewvc?rev=1795046&view=rev
Log:
Fixed typos

Modified:
    openoffice/trunk/main/framework/source/fwi/jobs/configaccess.cxx
    openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx

Modified: openoffice/trunk/main/framework/source/fwi/jobs/configaccess.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/source/fwi/jobs/configaccess.cxx?rev=1795046&r1=1795045&r2=1795046&view=diff
==============================================================================
--- openoffice/trunk/main/framework/source/fwi/jobs/configaccess.cxx (original)
+++ openoffice/trunk/main/framework/source/fwi/jobs/configaccess.cxx Sat May 13 10:36:48 2017
@@ -116,7 +116,7 @@ ConfigAccess::EOpenMode ConfigAccess::ge
             which needs cfg access, can use it. That prevent us against multiple open/close requests.
             But you can use this method to upgrade an already opened configuration too.
             It's possible to open a config access in READONLY mode first and "open" it at a second
-            time within the mode READWRITE. Then we will upgrade it. Dowgrade will be possible too.
+            time within the mode READWRITE. Then we will upgrade it. Downgrade will be possible too.
 
             But note: closing will be done explicitly by calling method close() ... not by
             downgrading with mode CLOSED!

Modified: openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx?rev=1795046&r1=1795045&r2=1795046&view=diff
==============================================================================
--- openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx (original)
+++ openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx Sat May 13 10:36:48 2017
@@ -1245,7 +1245,7 @@ inline bool equalFont( Style const & sty
 OUString StyleBag::getStyleId( Style const & rStyle )
     SAL_THROW( () )
 {
-    if (! rStyle._set) // nothin set
+    if (! rStyle._set) // nothing set
     {
         return OUString(); // everything default: no need to export a specific style
     }