From 08c49bf075ae8bd44db36890dcf90b1d137d2354 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 1 Mar 2017 22:47:36 +0100 Subject: Typo: decaration->declaration Change-Id: I743e7f41243ae54b1deece4743b248a002ecfdb8 Reviewed-on: https://gerrit.libreoffice.org/34768 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- xmloff/source/transform/TransformerBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/transform') diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx index 8995f5ee9213..558214c66df8 100644 --- a/xmloff/source/transform/TransformerBase.cxx +++ b/xmloff/source/transform/TransformerBase.cxx @@ -219,7 +219,7 @@ void SAL_CALL XMLTransformerBase::startElement( const OUString& rName, (void)bRect; // Process namespace attributes. This must happen before creating the - // context, because namespace decaration apply to the element name itself. + // context, because namespace declaration apply to the element name itself. XMLMutableAttributeList *pMutableAttrList = nullptr; Reference< XAttributeList > xAttrList( rAttrList ); sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; -- cgit