summaryrefslogtreecommitdiff
path: root/vcl/source/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-21 22:06:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-21 22:32:37 +0200
commitad6756527cd1272523536ec41f3a6cb74b7b673f (patch)
treed1ceadc54baff13976dc2a32351249ee57543b7f /vcl/source/filter
parentcfa3a1c39ded1365d2cae78a15d5126e0c96a343 (diff)
Fix typo
Change-Id: Ife6c317187915ba8df0351b7b96d481345343df6 Reviewed-on: https://gerrit.libreoffice.org/41404 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/wmf/wmf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/wmf/wmf.cxx b/vcl/source/filter/wmf/wmf.cxx
index ac56c74810f4..4bc8d11a6a01 100644
--- a/vcl/source/filter/wmf/wmf.cxx
+++ b/vcl/source/filter/wmf/wmf.cxx
@@ -25,7 +25,7 @@
bool ReadWindowMetafile( SvStream& rStream, GDIMetaFile& rMTF )
{
- // tdf#111484 Use new method to import Metafile. Take curent StreamPos
+ // tdf#111484 Use new method to import Metafile. Take current StreamPos
// into account (used by SwWW8ImplReader::ReadGrafFile and by
// SwWw6ReadMetaStream, so do *not* ignore. OTOH XclImpDrawing::ReadWmf
// is nice enough to copy to an own MemStream to avoid that indirect