diff options
author | Matthias Seidel <mseidel@apache.org> | 2017-05-13 10:36:48 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2017-05-13 10:36:48 +0000 |
commit | 406b75a02899a094f8390e450ebfb2788c0b2680 (patch) | |
tree | 8465486b2986b11d458eb0a4647388b26c8f8bb7 | |
parent | 0ca742f5f8efcaef4e26db8856b5d4ae82baf0e2 (diff) |
Fixed typos
Notes
Notes:
prefer: 1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9
-rw-r--r-- | framework/source/fwi/jobs/configaccess.cxx | 2 | ||||
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_export.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwi/jobs/configaccess.cxx b/framework/source/fwi/jobs/configaccess.cxx index 97d4a176b74a..12318cf527cb 100644 --- a/framework/source/fwi/jobs/configaccess.cxx +++ b/framework/source/fwi/jobs/configaccess.cxx @@ -116,7 +116,7 @@ ConfigAccess::EOpenMode ConfigAccess::getMode() const 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! diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx index 64ca41a157ec..883ca6176971 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx @@ -1245,7 +1245,7 @@ inline bool equalFont( Style const & style1, Style const & style2 ) 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 } |