diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-16 06:57:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-16 06:57:26 +0000 |
commit | ae562e931a98e708a75e8d140cf1ff24854acfc7 (patch) | |
tree | 4ccb1ec3b4d4a9157e03f949d62b6687b8aa88eb /ucb/source | |
parent | 7bf29c44efa5985f59c160ba5a75dc212f955d42 (diff) |
CWS-TOOLING: integrate CWS odbmacros3
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_docmgr.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx index 3ab23e20438b..51bc2ba2cb94 100644 --- a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx +++ b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tdoc_docmgr.cxx,v $ - * $Revision: 1.19 $ + * $Revision: 1.19.24.2 $ * * This file is part of OpenOffice.org. * @@ -188,7 +188,7 @@ void SAL_CALL OfficeDocumentsManager::notifyEvent( uno::Reference< embed::XStorage > xStorage = xDoc->getDocumentStorage(); - OSL_ENSURE( xDoc.is(), "Got no document storage!" ); + OSL_ENSURE( xStorage.is(), "Got no document storage!" ); rtl:: OUString aDocId = getDocumentId( Event.Source ); rtl:: OUString aTitle = DocumentInfo::getDocumentTitle( uno::Reference< frame::XModel >( Event.Source, uno::UNO_QUERY ) ); @@ -269,7 +269,7 @@ void SAL_CALL OfficeDocumentsManager::notifyEvent( uno::Reference< embed::XStorage > xStorage = xDoc->getDocumentStorage(); - OSL_ENSURE( xDoc.is(), "Got no document storage!" ); + OSL_ENSURE( xStorage.is(), "Got no document storage!" ); (*it).second.xStorage = xStorage; break; @@ -305,7 +305,7 @@ void SAL_CALL OfficeDocumentsManager::notifyEvent( uno::Reference< embed::XStorage > xStorage = xDoc->getDocumentStorage(); - OSL_ENSURE( xDoc.is(), "Got no document storage!" ); + OSL_ENSURE( xStorage.is(), "Got no document storage!" ); (*it).second.xStorage = xStorage; |