summaryrefslogtreecommitdiff
path: root/include/tools/zcodec.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-21 17:35:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-21 17:35:56 +0200
commit66351a678e558c2a9bd81eebab19c1f44c0381d3 (patch)
tree6460ccdef7c1f1f87c644a87711ea91490e581cc /include/tools/zcodec.hxx
parent4f1cf09c8a33c871f9cc0e893d0fbe8003ca16e1 (diff)
Split ZCodec::ImplInitBuf into InitCompress, InitDecompress
Change-Id: I2714b1f1dadc74f8501203bc8b0722c56c9c5fb9
Diffstat (limited to 'include/tools/zcodec.hxx')
-rw-r--r--include/tools/zcodec.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index fe1397039b51..b93f796983c5 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -53,7 +53,8 @@ class TOOLS_DLLPUBLIC ZCodec
bool mbGzLib;
void* mpsC_Stream;
- void ImplInitBuf( bool nIOFlag );
+ void InitCompress();
+ void InitDecompress();
void ImplWriteBack();
void UpdateCRC( sal_uInt8* pSource, long nDatSize );