diff options
Diffstat (limited to 'starmath/source/eqnolefilehdr.cxx')
-rw-r--r-- | starmath/source/eqnolefilehdr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/eqnolefilehdr.cxx b/starmath/source/eqnolefilehdr.cxx index d1d7428af8cd..744032b211a2 100644 --- a/starmath/source/eqnolefilehdr.cxx +++ b/starmath/source/eqnolefilehdr.cxx @@ -34,7 +34,7 @@ bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion ) SvStorageStreamRef xSrc = pStor->OpenSotStream( OUString("Equation Native"), - STREAM_STD_READ | STREAM_NOCREATE); + STREAM_STD_READ | StreamMode::NOCREATE); if ( (!xSrc.Is()) || (SVSTREAM_OK != xSrc->GetError())) return bSuccess; SvStorageStream *pS = &xSrc; |