summaryrefslogtreecommitdiff
path: root/oox/source/vml
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/vml')
-rw-r--r--oox/source/vml/vmlinputstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmlinputstream.cxx b/oox/source/vml/vmlinputstream.cxx
index 91af9e1cc031..080b4b56e536 100644
--- a/oox/source/vml/vmlinputstream.cxx
+++ b/oox/source/vml/vmlinputstream.cxx
@@ -211,7 +211,7 @@ bool lclProcessCharacters( OStringBuffer& rBuffer, const OString& rChars )
VML import filter implementation has to react on this case manually.
A single space character following another character is stored
- literally and must not be stipped away here. Example: The element
+ literally and must not be stripped away here. Example: The element
<font>abc </font>
contains the three letters a, b, and c, followed by a space character.