Skip to content

Commit

Permalink
Fix OSL_ENSURE argument
Browse files Browse the repository at this point in the history
Change-Id: Ie1e63055b9603b7903fe1dcfaeb4eb7aa7c12cc1
Reviewed-on: https://gerrit.libreoffice.org/76956
Tested-by: Jenkins
Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
  • Loading branch information
qarkai committed Aug 5, 2019
1 parent 30d03b4 commit 909c810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucb/source/ucp/tdoc/tdoc_docmgr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 909c810

Please sign in to comment.