summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2019-08-04 18:18:49 +0300
committerArkadiy Illarionov <qarkai@gmail.com>2019-08-05 21:26:05 +0200
commit909c81028d75d672a914c7169d8ecd31de5c8afa (patch)
tree2b5ab164b60c522a1b3fae88a138b7ba9a5b24b1 /ucb
parent30d03b495f437e9b2edbb0f8ceebe3020ba7459c (diff)
Fix OSL_ENSURE argument
Change-Id: Ie1e63055b9603b7903fe1dcfaeb4eb7aa7c12cc1 Reviewed-on: https://gerrit.libreoffice.org/76956 Tested-by: Jenkins Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_docmgr.cxx2
1 files changed, 1 insertions, 1 deletions
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 );