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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 4 10:41:19 UTC 2021


 xmloff/source/core/XMLEmbeddedObjectImportContext.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit da8970034d1db518ed2225b7e6046cafb788d26d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 4 11:56:24 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jun 4 12:40:45 2021 +0200

    Fix typo
    
    Change-Id: Ib2045fb0aa2a4ea2556590337ab7de36360c60b1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116689
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
index 56ae47bfab05..6854b56d7f79 100644
--- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
+++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
@@ -136,8 +136,8 @@ void XMLEmbeddedObjectImportContext::SetComponent( Reference< XComponent > const
 
     xComp = rComp;  // keep ref to component only if there is a handler
 
-    // #i34042: copy namepspace declarations
-    // We created a new instance of XMLImport, so we need to propogate the namespace
+    // #i34042: copy namespace declarations
+    // We created a new instance of XMLImport, so we need to propagate the namespace
     // declarations to it.
     pFastHandler->GetNamespaceMap() = GetImport().GetNamespaceMap();
 }


More information about the Libreoffice-commits mailing list