From 8ca50d20c189dda2fcc4477303ef2947c72bb01e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Mar 2016 13:17:24 +0200 Subject: loplugin:constantparam in tools Change-Id: I3774661799c074561c694515baba42a375d0a077 Reviewed-on: https://gerrit.libreoffice.org/23301 Tested-by: Jenkins Reviewed-by: Noel Grandin --- filter/source/textfilterdetect/filterdetect.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') diff --git a/filter/source/textfilterdetect/filterdetect.cxx b/filter/source/textfilterdetect/filterdetect.cxx index 632565f7e91a..4b6ec600bad0 100644 --- a/filter/source/textfilterdetect/filterdetect.cxx +++ b/filter/source/textfilterdetect/filterdetect.cxx @@ -154,7 +154,7 @@ OUString SAL_CALL PlainTextFilterDetect::detect(uno::Sequence pDecompressedStream(new SvMemoryStream()); - if (aCodecGZ.AttemptDecompression(*pInStream, *pDecompressedStream, false, true)) + if (aCodecGZ.AttemptDecompression(*pInStream, *pDecompressedStream)) { uno::Reference xStreamDecompressed(new utl::OStreamWrapper(*pDecompressedStream)); pDecompressedStream.release(); -- cgit