sot/source/sdstor/ucbstorage.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f359ee6e88fdfa5d78de4dfe0d94f07b54a5559b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 17 15:58:28 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jun 17 16:08:51 2019 +0200

    Fix typo
    
    Change-Id: Ia129c401366d63a588875a84fc7a7cc46f299fba
    Reviewed-on: https://gerrit.libreoffice.org/74174
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to