summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-12-08 20:47:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-12-08 22:48:19 +0100
commitb3122d56af5eefbb170de105579b59b097f34d58 (patch)
tree0c077e0872000f26b21e18a993499f2707a662e3 /oox
parent3b391cc79ce5fc58988ec495642ca662da3d9f46 (diff)
Fix typos
Change-Id: I9f61a7858a98ae6eb25cc49d237172876114c767 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160503 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/misccontexts.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/misccontexts.cxx b/oox/source/drawingml/misccontexts.cxx
index 93d2c8ee411b..6c05654e5d14 100644
--- a/oox/source/drawingml/misccontexts.cxx
+++ b/oox/source/drawingml/misccontexts.cxx
@@ -630,7 +630,7 @@ ContextHandlerRef BlipExtensionContext::onCreateContext(sal_Int32 nElement, cons
// Read the graphic from the fragment path
auto xGraphic = getFilter().getGraphicHelper().importEmbeddedGraphic(aFragmentPath);
- // Overwrite the fill graphic with the one contining SVG
+ // Overwrite the fill graphic with the one containing SVG
mrBlipProps.mxFillGraphic = xGraphic;
if (mpBlipFill)
mpBlipFill->mxGraphic = xGraphic;