From 909c81028d75d672a914c7169d8ecd31de5c8afa Mon Sep 17 00:00:00 2001 From: Arkadiy Illarionov Date: Sun, 4 Aug 2019 18:18:49 +0300 Subject: Fix OSL_ENSURE argument Change-Id: Ie1e63055b9603b7903fe1dcfaeb4eb7aa7c12cc1 Reviewed-on: https://gerrit.libreoffice.org/76956 Tested-by: Jenkins Reviewed-by: Arkadiy Illarionov --- ucb/source/ucp/tdoc/tdoc_docmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') 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 ); -- cgit