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 /xmlscript | |
parent | 0ca742f5f8efcaef4e26db8856b5d4ae82baf0e2 (diff) |
Fixed typos
Notes
Notes:
prefer: 1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_export.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |