summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
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 );