diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-03 11:38:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-07-03 11:59:15 +0200 |
commit | 5f13f34581a9ee73f72bfb4f71e7a827de1e2e0c (patch) | |
tree | f12aba87d9ecea22ff74f1da1bc542dca8cc055c /xmlscript | |
parent | e8c7a49c49cfde6e22cb5fea0d07e68409de61af (diff) |
Fix typos
Change-Id: Icf25b22857abd97e8b6a72d3d546fd1eed882049
Reviewed-on: https://gerrit.libreoffice.org/39385
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 34605f5010df..5135761f8d49 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -1833,7 +1833,7 @@ Reference< xml::input::XElement > WindowElement::startChildElement( } else { - throw xml::sax::SAXException( "expected styles ot bulletinboard element!", Reference< XInterface >(), Any() ); + throw xml::sax::SAXException( "expected styles or bulletinboard element!", Reference< XInterface >(), Any() ); } } |