Kaydet (Commit) 08c49bf0 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: decaration->declaration

Change-Id: I743e7f41243ae54b1deece4743b248a002ecfdb8
Reviewed-on: https://gerrit.libreoffice.org/34768Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 505d113a
......@@ -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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment