summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:24:08 +0000
committerJens Carl <j.carl43@gmx.de>2019-05-29 06:30:34 +0200
commitd56afd6ab8b7a69bfe35c0018f890c556b207df5 (patch)
treeda2a8303832268f6cd601ad8a11f32752af56d11 /filter
parent151b171ce7d8f9b43e6221d9ae8e1355afb85211 (diff)
Fix typo
Change-Id: Ibfaba910db1ef59af68f57e52a683b5ef147e5a6 Reviewed-on: https://gerrit.libreoffice.org/73132 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/ieps/ieps.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/ieps/ieps.cxx b/filter/source/graphicfilter/ieps/ieps.cxx
index c4e43e0fc7f2..8ab741e25317 100644
--- a/filter/source/graphicfilter/ieps/ieps.cxx
+++ b/filter/source/graphicfilter/ieps/ieps.cxx
@@ -638,7 +638,7 @@ ipsGraphicImport( SvStream & rStream, Graphic & rGraphic, FilterConfigItem* )
if ( nBytesRead == nPSSize )
{
sal_uInt32 nSecurityCount = 32;
- // if there is no tiff/wmf preview, we will parse for an preview in
+ // if there is no tiff/wmf preview, we will parse for a preview in
// the eps prolog
if (!bHasPreview && nBytesRead >= nSecurityCount)
{