diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-03-01 22:47:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-01 22:09:10 +0000 |
commit | 08c49bf075ae8bd44db36890dcf90b1d137d2354 (patch) | |
tree | 5663ac59dc25ae3ec593c8bbb90601fd7abd91ab /xmloff | |
parent | 505d113a3b692002cda077653ead48df4c3f190b (diff) |
Typo: decaration->declaration
Change-Id: I743e7f41243ae54b1deece4743b248a002ecfdb8
Reviewed-on: https://gerrit.libreoffice.org/34768
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-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; |