summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xistream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xistream.hxx')
-rw-r--r--sc/source/filter/inc/xistream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index 85e949888b80..72bb9ab6e986 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -139,9 +139,9 @@ private:
virtual sal_uInt16 OnRead( SvStream& rStrm, sal_uInt8* pnData, sal_uInt16 nBytes ) SAL_OVERRIDE;
/** Returns the block number corresponding to the passed stream position. */
- sal_uInt32 GetBlock( sal_Size nStrmPos ) const;
+ static sal_uInt32 GetBlock( sal_Size nStrmPos );
/** Returns the block offset corresponding to the passed stream position. */
- sal_uInt16 GetOffset( sal_Size nStrmPos ) const;
+ static sal_uInt16 GetOffset( sal_Size nStrmPos );
private:
::msfilter::MSCodec_Std97 maCodec; /// Crypto algorithm implementation.