diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:26:18 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 09:14:23 +0000 |
commit | 1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 (patch) | |
tree | b3483c88ce443c8e8764b11782be236fc2e0170a /xmlscript/source | |
parent | 87dc6c82d5cd174ae2384b66a203a93402b43291 (diff) |
Fix typos
Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe
Reviewed-on: https://gerrit.libreoffice.org/16713
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'xmlscript/source')
-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 129d87b34b45..89ed0aceff53 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx @@ -1264,7 +1264,7 @@ inline bool equalFont( Style const & style1, Style const & style2 ) OUString StyleBag::getStyleId( Style const & rStyle ) { - if (! rStyle._set) // nothin set + if (! rStyle._set) // nothing set { return OUString(); // everything default: no need to export a specific style } |