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

melikeyurtoglu aysemelikeyurtoglu at gmail.com
Sun May 1 10:04:40 UTC 2016


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

New commits:
commit 3962ae32d442b1a33d78a877690930fc45e990b0
Author: melikeyurtoglu <aysemelikeyurtoglu at gmail.com>
Date:   Sat Apr 30 20:54:57 2016 +0300

    tdf#96890 The file "groupuinames.xml" is invalid XML
    
    Change-Id: I623d5bbae5a016569f5c1f8174c22ee97db94467
    Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu at gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/24539
    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 f50d3fe..bbdc01b 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",
+        "xmlns:groupinames",
         aCDATAString,
         "http://openoffice.org/2006/groupuinames" );
 


More information about the Libreoffice-commits mailing list