summaryrefslogtreecommitdiffstats
path: root/starmath/source/eqnolefilehdr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/eqnolefilehdr.cxx')
-rw-r--r--starmath/source/eqnolefilehdr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/eqnolefilehdr.cxx b/starmath/source/eqnolefilehdr.cxx
index 5ffc66e68a2f..aa6fdaca6d02 100644
--- a/starmath/source/eqnolefilehdr.cxx
+++ b/starmath/source/eqnolefilehdr.cxx
@@ -32,7 +32,7 @@ bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion )
tools::SvRef<SotStorageStream> xSrc = pStor->OpenSotStream(
"Equation Native",
StreamMode::STD_READ);
- if ( (!xSrc.Is()) || (SVSTREAM_OK != xSrc->GetError()))
+ if ( (!xSrc.is()) || (SVSTREAM_OK != xSrc->GetError()))
return bSuccess;
SotStorageStream *pS = xSrc.get();
pS->SetEndian( SvStreamEndian::LITTLE );