summaryrefslogtreecommitdiff
path: root/vcl/source/filter/GraphicFormatDetector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/GraphicFormatDetector.cxx')
-rw-r--r--vcl/source/filter/GraphicFormatDetector.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/GraphicFormatDetector.cxx b/vcl/source/filter/GraphicFormatDetector.cxx
index 0281df1edfbc..1ad825ee47c7 100644
--- a/vcl/source/filter/GraphicFormatDetector.cxx
+++ b/vcl/source/filter/GraphicFormatDetector.cxx
@@ -462,7 +462,7 @@ bool GraphicFormatDetector::checkSVG()
{
ZCodec aCodec;
mrStream.Seek(mnStreamPosition);
- aCodec.BeginCompression(ZCODEC_DEFAULT_COMPRESSION, false, true);
+ aCodec.BeginCompression(ZCODEC_DEFAULT_COMPRESSION, /*gzLib*/ true);
nDecompressedSize = aCodec.Read(mrStream, sExtendedOrDecompressedFirstBytes, 2048);
nCheckSize = std::min<sal_uInt64>(nDecompressedSize, 256);
aCodec.EndCompression();