summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgdir.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgdir.cxx')
-rw-r--r--sot/source/sdstor/stgdir.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgdir.cxx b/sot/source/sdstor/stgdir.cxx
index a2a82c8fcfc8..821cb9171e41 100644
--- a/sot/source/sdstor/stgdir.cxx
+++ b/sot/source/sdstor/stgdir.cxx
@@ -866,8 +866,8 @@ bool StgDirStrm::Store()
sal_Int32 nOldStart = nStart; // save for later deletion
sal_Int32 nOldSize = nSize;
nStart = nPage = STG_EOF;
- nSize = nPos = 0;
- nOffset = 0;
+ nSize = m_nPos = 0;
+ m_nOffset = 0;
// Delete all temporary entries
m_pRoot->DelTemp( false );
// set the entry numbers
@@ -906,7 +906,7 @@ bool StgDirStrm::Store()
aEmpty.Store( p );
}
// Now we can release the old stream
- pFat->FreePages( nOldStart, true );
+ m_pFat->FreePages( nOldStart, true );
rIo.m_aHdr.SetTOCStart( nStart );
return true;
}