summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmlinputstream.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:56:02 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 07:03:18 +0000
commit9f6cb675b0b6e3946c191b919cd11d977e2e4e2e (patch)
tree7f270a4ec34a97c4f5722a33576e4b2e06aa16e7 /oox/source/vml/vmlinputstream.cxx
parent0e5318aa75b615b35a3d07172bdeb26eb5acfdd9 (diff)
Fix typos
Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f Reviewed-on: https://gerrit.libreoffice.org/18962 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'oox/source/vml/vmlinputstream.cxx')
-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.