diff options
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/transform/TransformerBase.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index fed34b6efb7f..7f412abde6d1 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -655,7 +655,7 @@ void SAL_CALL SvXMLImport::startElement( const OUString& rName, { // SAL_INFO("svg", "startElement " << rName); // 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. std::unique_ptr<SvXMLNamespaceMap> pRewindMap(processNSAttributes(xAttrList)); // Get element's namespace and local name. 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; |