summaryrefslogtreecommitdiff
path: root/include/tools/zcodec.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-21 14:33:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-21 15:30:18 +0200
commit4d2113250fa7ed62fe2c53ed0f76e3de5875cb81 (patch)
tree902870edffaf45ded4acf7ff2d125cb77f41bc07 /include/tools/zcodec.hxx
parentb928cfb512800e6bf947490a42af2e4ce6d6d6f2 (diff)
ZCodec::UpdateCRC is private
Change-Id: I2103f8a323d0454bdd1c779aadb99889ae1cf6e5
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 97f3ad09cbe6..5dc67239cb1b 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -50,6 +50,8 @@ private:
void ImplInitBuf( bool nIOFlag );
void ImplWriteBack();
+ void UpdateCRC( sal_uInt8* pSource, long nDatSize );
+
public:
ZCodec( sal_uIntPtr nInBuf = 0x8000UL, sal_uIntPtr nOutBuf = 0x8000UL );
~ZCodec();
@@ -67,7 +69,6 @@ public:
void SetBreak( sal_uIntPtr );
sal_uIntPtr GetBreak();
void SetCRC( sal_uIntPtr nCurrentCRC );
- sal_uIntPtr UpdateCRC( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize );
sal_uIntPtr GetCRC();
};