diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-17 15:58:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-17 16:08:51 +0200 |
commit | f359ee6e88fdfa5d78de4dfe0d94f07b54a5559b (patch) | |
tree | d9662fae046ce40930aed2615edeefffc541e0ef /sot/source | |
parent | bb6333fb1ef0c360e87d90924a2540c96acbd504 (diff) |
Fix typo
Change-Id: Ia129c401366d63a588875a84fc7a7cc46f299fba
Reviewed-on: https://gerrit.libreoffice.org/74174
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index c746fd25f5e9..b732faef2734 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -1007,7 +1007,7 @@ BaseStorage* UCBStorageStream_Impl::CreateStorage() UCBStorageStream* pNewStorageStream = new UCBStorageStream( this ); Storage *pStorage = new Storage( *pNewStorageStream, m_bDirect ); - // GetError() call cleares error code for OLE storages, must be changed in future + // GetError() call clears error code for OLE storages, must be changed in future const ErrCode nTmpErr = pStorage->GetError(); pStorage->SetError( nTmpErr ); |