From 67408174f82b42ecf55c7ea0a4348aabf73a51f3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 17 Nov 2018 14:04:08 +0200 Subject: loplugin:constantparam Change-Id: Ifc2a8db82bd8bb508bce7f226e2cb499d1e6f6f8 Reviewed-on: https://gerrit.libreoffice.org/63492 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sot/source/sdstor/storage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') 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(); -- cgit