summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-18 15:41:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-18 16:29:08 +0200
commit9c78b8a72895831b33731e17ca7f8c825c19827a (patch)
tree23f4934f9d86ce5c5cf0bc492e0ec32e67070609 /filter
parent76650583fa8f9689de0d338a51587b97fda0426b (diff)
remove unused crc functionality from ZCodec
Change-Id: I3e57e815b538ad5749b4bab3d4ef8e295cbe116b Reviewed-on: https://gerrit.libreoffice.org/79098 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgfilter.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index 7fccc61ecb55..5677d63fcc6c 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -696,10 +696,7 @@ private:
{
ZCodec aCodec;
- aCodec.BeginCompression(
- ZCODEC_DEFAULT_COMPRESSION,
- false,
- true);
+ aCodec.BeginCompression(ZCODEC_DEFAULT_COMPRESSION, /*gzLib*/true);
mnFirstRead = aCodec.Read(
*aStream,
reinterpret_cast< sal_uInt8* >(mnFirstBytes.getArray()),