diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/zcodec.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx index 8bbbcd66ddd8..867e27a86f0a 100644 --- a/include/tools/zcodec.hxx +++ b/include/tools/zcodec.hxx @@ -74,8 +74,7 @@ private: void ImplWriteBack(); public: - ZCodec( sal_uIntPtr nInBuf, sal_uIntPtr nOutBuf, sal_uIntPtr nMemUsage = MAX_MEM_USAGE ); - ZCodec(); + ZCodec( sal_uIntPtr nInBuf = DEFAULT_IN_BUFSIZE, sal_uIntPtr nOutBuf = DEFAULT_OUT_BUFSIZE, sal_uIntPtr nMemUsage = MAX_MEM_USAGE ); virtual ~ZCodec(); virtual void BeginCompression( sal_uIntPtr nCompressMethod = ZCODEC_DEFAULT ); |