summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/export/drawingml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 80d38e8dfc79..7c996be1d892 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -3352,7 +3352,7 @@ void DrawingML::WriteText(const Reference<XInterface>& rXIface, bool bBodyPr, bo
if (nTop + nBottom >= nTextHeight)
{
// Effective bottom would be above effective top of text area. LO normalizes the
- // effective text area in such case implicitely for rendering. MS needs indents so that
+ // effective text area in such case implicitly for rendering. MS needs indents so that
// the result is the normalized effective text area.
std::swap(nTop, nBottom);
nTop = nTextHeight - nTop;