diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-26 15:18:52 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-26 18:50:35 +0200 |
commit | 937440b65368e832a9e9fba92dfdb2efec4e06b5 (patch) | |
tree | 93607d34c4fc3f866e05cf603ad0fba04e0a04d4 /xmloff/source/text/XMLTextFrameContext.cxx | |
parent | 7b0dd98941911c686c0d127810d1c333df5026c3 (diff) |
Fix typos
Change-Id: I60261b937215340d2eb6f439234e99a300b0e189
Reviewed-on: https://gerrit.libreoffice.org/76380
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index 4a7360abe482..64704cd9fbc6 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -708,7 +708,7 @@ void XMLTextFrameContext_Impl::Create() } // Make adding the shape to Z-Ordering dependent from if we are - // inside a inside_deleted_section (redlining). That is necessary + // inside an inside_deleted_section (redlining). That is necessary // since the shape will be removed again later. It would lead to // errors if it would stay inside the Z-Ordering. Thus, the // easiest way to solve that conflict is to not add it here. |