xmloff/source/core/XMLEmbeddedObjectImportContext.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit da8970034d1db518ed2225b7e6046cafb788d26d Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 4 11:56:24 2021 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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(); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
