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

Markus Mohrhard markus.mohrhard at googlemail.com
Fri May 6 15:30:52 UTC 2016


 sfx2/source/doc/doctemplateslocal.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba178877324384b19709c0789f496ddf44c8556a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 6 16:40:55 2016 +0200

    fix typo, related tdf#96890
    
    Change-Id: I2c7663f988548449b2bfa7360279ea320e29b120
    Reviewed-on: https://gerrit.libreoffice.org/24701
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sfx2/source/doc/doctemplateslocal.cxx b/sfx2/source/doc/doctemplateslocal.cxx
index bbdc01b..3a9555c 100644
--- a/sfx2/source/doc/doctemplateslocal.cxx
+++ b/sfx2/source/doc/doctemplateslocal.cxx
@@ -63,7 +63,7 @@ void SAL_CALL DocTemplLocaleHelper::WriteGroupLocalizationSequence( const uno::R
     ::comphelper::AttributeList* pRootAttrList = new ::comphelper::AttributeList;
     uno::Reference< xml::sax::XAttributeList > xRootAttrList( pRootAttrList );
     pRootAttrList->AddAttribute(
-        "xmlns:groupinames",
+        "xmlns:groupuinames",
         aCDATAString,
         "http://openoffice.org/2006/groupuinames" );
 


More information about the Libreoffice-commits mailing list