[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 29 04:31:31 UTC 2019
filter/source/graphicfilter/ieps/ieps.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d56afd6ab8b7a69bfe35c0018f890c556b207df5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:08 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed May 29 06:30:34 2019 +0200
Fix typo
Change-Id: Ibfaba910db1ef59af68f57e52a683b5ef147e5a6
Reviewed-on: https://gerrit.libreoffice.org/73132
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
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)
{
More information about the Libreoffice-commits
mailing list