From f359ee6e88fdfa5d78de4dfe0d94f07b54a5559b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 17 Jun 2019 15:58:28 +0200 Subject: Fix typo Change-Id: Ia129c401366d63a588875a84fc7a7cc46f299fba Reviewed-on: https://gerrit.libreoffice.org/74174 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sot/source/sdstor/ucbstorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot/source/sdstor/ucbstorage.cxx') 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 ); -- cgit v1.2.3