summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-21 18:07:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-21 18:29:57 +0200
commitc5a603ce2469ef6a23023ff276ccd24ca316f6c2 (patch)
tree1a20fd7fe415d910f9fd15e38e576ab5faeb5727 /include
parentcf53a5d4938f6f64bd6d3fe70dd9b555c9d30d0f (diff)
ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchron
...(which can be called multiple times in a row). But which actually looks wrong... Change-Id: I2e4914e6fed8ced383e430699dd462add9da8c08
Diffstat (limited to 'include')
-rw-r--r--include/tools/zcodec.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index b93f796983c5..c7424ab592cb 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -54,7 +54,7 @@ class TOOLS_DLLPUBLIC ZCodec
void* mpsC_Stream;
void InitCompress();
- void InitDecompress();
+ void InitDecompress(SvStream & inStream);
void ImplWriteBack();
void UpdateCRC( sal_uInt8* pSource, long nDatSize );