summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-17 14:04:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-19 07:43:51 +0100
commit67408174f82b42ecf55c7ea0a4348aabf73a51f3 (patch)
tree216841049da55347279e0ca3456ae6bc321d6805 /sot
parent9656150f313229533a291eefd1bf33986bb19730 (diff)
loplugin:constantparam
Change-Id: Ifc2a8db82bd8bb508bce7f226e2cb499d1e6f6f8 Reviewed-on: https://gerrit.libreoffice.org/63492 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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();