summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-04 22:54:00 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-05 06:39:30 +0100
commitad3b581774c6c3006eca645b4aca7f375b2ec682 (patch)
tree1bf00a5b391fafd7a83e3e66e50fdd9f1cdb0199 /sw/source/filter/ww8
parent47b70da552622d1aca02751df5788e18fd3b6179 (diff)
Fix typos
Change-Id: I51a158b2dafc7eb37f374f338968941e53b7c74d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110429 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx
index 297ecf30a2f6..27116bceb349 100644
--- a/sw/source/filter/ww8/docxsdrexport.cxx
+++ b/sw/source/filter/ww8/docxsdrexport.cxx
@@ -862,7 +862,7 @@ void DocxSdrExport::startDMLAnchorInline(const SwFrameFormat* pFrameFormat, cons
catch (uno::Exception& e)
{
TOOLS_WARN_EXCEPTION(
- "sw.ww8", "DocxSdrExport::startDMLAnchorInline: exeption: " << e.Message);
+ "sw.ww8", "DocxSdrExport::startDMLAnchorInline: exception: " << e.Message);
}
}
}