[Libreoffice-commits] core.git: sot/source
Stephan Bergmann
sbergman at redhat.com
Tue Oct 27 06:05:51 PDT 2015
sot/source/sdstor/stgio.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5472c41350a56963b97b78d0355a74aeec6c46b5
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Oct 27 14:05:26 2015 +0100
Typo, I pressume?
Change-Id: I5ee823c58061e31913c37291d5a854837fb48240
diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx
index 350d0d6..538a3c2 100644
--- a/sot/source/sdstor/stgio.cxx
+++ b/sot/source/sdstor/stgio.cxx
@@ -127,7 +127,7 @@ bool StgIo::CommitAll()
if( m_aHdr.Store( *this ) )
{
m_pStrm->Flush();
- const ErrCode n = pStrm->GetError();
+ const ErrCode n = m_pStrm->GetError();
SetError( n );
#ifdef DBG_UTIL
if( n==SVSTREAM_OK ) ValidateFATs();
More information about the Libreoffice-commits
mailing list