framework/source/fwe/xml/toolboxdocumenthandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 693e8d1eb28c916ea8bb91667ed5511ff0907d2b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 14 22:43:16 2019 +0000
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Wed Jun 19 08:09:11 2019 +0200

    Fix typo
    
    Change-Id: I64022d6d94560d695271393b27e3b008755bd7a6
    Reviewed-on: https://gerrit.libreoffice.org/74315
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx 
b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
index e8f0fb1fde21..b1f05058a27e 100644
--- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
@@ -206,7 +206,7 @@ void SAL_CALL OReadToolBoxDocumentHandler::startElement(
                 }
                 else
                 {
-                    // Check if we have a UI name set in our XML file
+                    // Check if we have an UI name set in our XML file
                     OUString aUIName;
                     for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ )
                     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to