[Libreoffice-commits] core.git: xmlscript/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 25 11:52:03 UTC 2018


 xmlscript/source/xmllib_imexp/xmllib_import.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 655e3bd9a880a8bf3a1f9d3514e64d0da3d36b8a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Oct 25 10:11:54 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Oct 25 13:51:38 2018 +0200

    Fix typo
    
    Change-Id: I7c5603468f5ee7f7e33940d7b3787318c307acfa
    Reviewed-on: https://gerrit.libreoffice.org/62343
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmlscript/source/xmllib_imexp/xmllib_import.cxx b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
index 2adea0c01cea..59bc6ad64d0c 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_import.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
@@ -176,7 +176,7 @@ Reference< xml::input::XElement > LibrariesElement::startChildElement(
     }
     else
     {
-        throw xml::sax::SAXException( "expected styles ot bulletinboard element!", Reference< XInterface >(), Any() );
+        throw xml::sax::SAXException( "expected styles of bulletinboard element!", Reference< XInterface >(), Any() );
     }
 }
 


More information about the Libreoffice-commits mailing list