summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgstrms.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-17 10:04:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-17 10:33:08 +0000
commit2a78e3eb92466ede9ea8fd3c3632c286fbd915a2 (patch)
treeff618d7e1a958475455ce1939ab26f30b3c0de29 /sot/source/sdstor/stgstrms.hxx
parentce66911720b3245b21fb14bb83619c42610e5ac6 (diff)
loplugin:constantparam in sot
Change-Id: I380b5a824b1bc8cd322471519d2d87ab7f2bca1c Reviewed-on: https://gerrit.libreoffice.org/23320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sot/source/sdstor/stgstrms.hxx')
-rw-r--r--sot/source/sdstor/stgstrms.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgstrms.hxx b/sot/source/sdstor/stgstrms.hxx
index ad544f032a93..808fc0a7b3df 100644
--- a/sot/source/sdstor/stgstrms.hxx
+++ b/sot/source/sdstor/stgstrms.hxx
@@ -116,7 +116,7 @@ class StgDataStrm : public StgStrm // a physical data stream
public:
StgDataStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen=-1 );
StgDataStrm( StgIo&, StgDirEntry& );
- void* GetPtr( sal_Int32 nPos, bool bForce, bool bDirty );
+ void* GetPtr( sal_Int32 nPos, bool bDirty );
void SetIncrement( short n ) { m_nIncr = n ; }
virtual bool SetSize( sal_Int32 ) override;
virtual sal_Int32 Read( void*, sal_Int32 ) override;
@@ -133,7 +133,7 @@ class StgSmallStrm : public StgStrm // a logical data stream
StgStrm* m_pData; // the data stream
void Init( sal_Int32 nBgn, sal_Int32 nLen );
public:
- StgSmallStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen );
+ StgSmallStrm( StgIo&, sal_Int32 nBgn );
StgSmallStrm( StgIo&, StgDirEntry& );
virtual sal_Int32 Read( void*, sal_Int32 ) override;
virtual sal_Int32 Write( const void*, sal_Int32 ) override;