summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-06 16:40:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-06 15:30:30 +0000
commitba178877324384b19709c0789f496ddf44c8556a (patch)
tree1eafa808f3e084c1fdaf976c5c99621c6ed7a76f
parent82573976439dea2db42b350356fa4747f38f7f24 (diff)
fix typo, related tdf#96890
Change-Id: I2c7663f988548449b2bfa7360279ea320e29b120 Reviewed-on: https://gerrit.libreoffice.org/24701 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sfx2/source/doc/doctemplateslocal.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/doctemplateslocal.cxx b/sfx2/source/doc/doctemplateslocal.cxx
index bbdc01b22f9f..3a9555c64293 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" );