diff options
author | melikeyurtoglu <aysemelikeyurtoglu@gmail.com> | 2016-04-30 20:54:57 +0300 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-01 10:04:14 +0000 |
commit | 3962ae32d442b1a33d78a877690930fc45e990b0 (patch) | |
tree | 0dc4265acbd85d66550e2d0d3326384afcc53528 /sfx2 | |
parent | 2bdb8da2dc6806bac79ede6875680ca5c7b27044 (diff) |
tdf#96890 The file "groupuinames.xml" is invalid XML
Change-Id: I623d5bbae5a016569f5c1f8174c22ee97db94467
Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/24539
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doctemplateslocal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/doctemplateslocal.cxx b/sfx2/source/doc/doctemplateslocal.cxx index f50d3fe43cba..bbdc01b22f9f 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" ); |