diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 18:57:33 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-21 08:28:37 +0200 |
commit | 8a3912c8eb25d1acacbc0a18355f2ca75d418908 (patch) | |
tree | a1a91e8643372b524c14fcd6999e21b71268778a /sot | |
parent | 59b5eca7030a091b9f39257897e757a51f2345e1 (diff) |
Fix typo
"an OLE", to complete:
https://gerrit.libreoffice.org/#/c/75983/
Change-Id: Idd5b9286348b4fa1e3382983c72b010654a1f4c2
Reviewed-on: https://gerrit.libreoffice.org/76038
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx index 5b52b4b3683a..edc2477f7651 100644 --- a/sot/source/sdstor/stg.cxx +++ b/sot/source/sdstor/stg.cxx @@ -314,7 +314,7 @@ bool Storage::IsStorageFile( SvStream* pStream ) sal_uInt64 nPos = pStream->Tell(); bRet = ( aHdr.Load( *pStream ) && aHdr.Check() ); - // It's not a stream error if it is too small for a OLE storage header + // It's not a stream error if it is too small for an OLE storage header if ( pStream->GetErrorCode() == ERRCODE_IO_CANTSEEK ) pStream->ResetError(); pStream->Seek( nPos ); |