summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/storage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index bc78bddbbe04..2325d261108d 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -185,7 +185,7 @@ sal_uInt64 SotStorageStream::TellEnd()
{
// Need to flush the buffer so we materialise the stream and return the correct answer
// otherwise we return a 0 value from StgEntry::GetSize
- FlushBuffer(true);
+ FlushBuffer();
if (pOwnStm)
return pOwnStm->GetSize();