ucb/source/ucp/tdoc/tdoc_docmgr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 909c81028d75d672a914c7169d8ecd31de5c8afa
Author:     Arkadiy Illarionov <qar...@gmail.com>
AuthorDate: Sun Aug 4 18:18:49 2019 +0300
Commit:     Arkadiy Illarionov <qar...@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 <qar...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to