summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgstrms.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgstrms.cxx')
-rw-r--r--sot/source/sdstor/stgstrms.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sot/source/sdstor/stgstrms.cxx b/sot/source/sdstor/stgstrms.cxx
index 62118b8a427c..e4214b2f2d71 100644
--- a/sot/source/sdstor/stgstrms.cxx
+++ b/sot/source/sdstor/stgstrms.cxx
@@ -532,10 +532,6 @@ bool StgStrm::SetSize( sal_Int32 nBytes )
// Return the # of allocated pages
-sal_Int32 StgStrm::GetPages() const
-{
- return ( nSize + nPageSize - 1 ) / nPageSize;
-}
//////////////////////////// class StgFATStrm