sfx2/source/doc/doctemplateslocal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ba178877324384b19709c0789f496ddf44c8556a Author: Markus Mohrhard <[email protected]> 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 <[email protected]> Reviewed-by: Markus Mohrhard <[email protected]> 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" ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
