summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/ucbstorage.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-17 15:58:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-06-17 16:08:51 +0200
commitf359ee6e88fdfa5d78de4dfe0d94f07b54a5559b (patch)
treed9662fae046ce40930aed2615edeefffc541e0ef /sot/source/sdstor/ucbstorage.cxx
parentbb6333fb1ef0c360e87d90924a2540c96acbd504 (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/sdstor/ucbstorage.cxx')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx2
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 );