[Libreoffice-commits] core.git: ucb/source
Arkadiy Illarionov (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 5 19:26:58 UTC 2019
ucb/source/ucp/tdoc/tdoc_docmgr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 909c81028d75d672a914c7169d8ecd31de5c8afa
Author: Arkadiy Illarionov <qarkai at gmail.com>
AuthorDate: Sun Aug 4 18:18:49 2019 +0300
Commit: Arkadiy Illarionov <qarkai at gmail.com>
CommitDate: Mon Aug 5 21:26:05 2019 +0200
Fix OSL_ENSURE argument
Change-Id: Ie1e63055b9603b7903fe1dcfaeb4eb7aa7c12cc1
Reviewed-on: https://gerrit.libreoffice.org/76956
Tested-by: Jenkins
Reviewed-by: Arkadiy Illarionov <qarkai at gmail.com>
diff --git a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
index 3de939721de9..ab08a355e9c8 100644
--- a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
@@ -444,7 +444,7 @@ void OfficeDocumentsManager::buildDocumentsList()
uno::Reference< embed::XStorage > xStorage
= xDoc->getDocumentStorage();
- OSL_ENSURE( xDoc.is(), "Got no document storage!" );
+ OSL_ENSURE( xStorage.is(), "Got no document storage!" );
{
osl::MutexGuard aGuard( m_aMtx );
More information about the Libreoffice-commits
mailing list