[Libreoffice-commits] core.git: xmloff/source

Julien Nabet serval2412 at yahoo.fr
Wed Mar 1 22:09:39 UTC 2017


 xmloff/source/core/xmlimp.cxx               |    2 +-
 xmloff/source/transform/TransformerBase.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 08c49bf075ae8bd44db36890dcf90b1d137d2354
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Mar 1 22:47:36 2017 +0100

    Typo: decaration->declaration
    
    Change-Id: I743e7f41243ae54b1deece4743b248a002ecfdb8
    Reviewed-on: https://gerrit.libreoffice.org/34768
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index fed34b6..7f412ab 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 8995f5e..558214c 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;


More information about the Libreoffice-commits mailing list