summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppControllerGen.cxx
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-10-08 08:00:07 +0200
committerobo <obo@openoffice.org>2010-10-08 08:00:07 +0200
commit65dc8ada712a15d43e01e11b8e378b7044feb4d4 (patch)
treed41e2f3ee3f654f8a3d7a236d943209a04d18b4a /dbaccess/source/ui/app/AppControllerGen.cxx
parent30891b5b51d5bef92450ffd89a2c0150709957a3 (diff)
parente5ab3e1c6d76f36d9d1fe44f5c48981fc9e73942 (diff)
CWS-TOOLING: integrate CWS dba33j
Notes
split repo tag: base_ooo/OOO330_m10 split repo tag: base_ooo/OOO330_m11
Diffstat (limited to 'dbaccess/source/ui/app/AppControllerGen.cxx')
-rw-r--r--dbaccess/source/ui/app/AppControllerGen.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppControllerGen.cxx b/dbaccess/source/ui/app/AppControllerGen.cxx
index 435c6ff25fef..9965f00dbd21 100644
--- a/dbaccess/source/ui/app/AppControllerGen.cxx
+++ b/dbaccess/source/ui/app/AppControllerGen.cxx
@@ -676,7 +676,8 @@ void OApplicationController::onDocumentOpened( const ::rtl::OUString& _rName, co
try
{
- m_pSubComponentManager->onSubComponentOpened( _rName, _nType, _eMode, _rxDefinition.is() ? _rxDefinition : _xDocument );
+ OSL_ENSURE( _xDocument.is(), "OApplicationController::onDocumentOpened: is there any *valid* scenario where this fails?" );
+ m_pSubComponentManager->onSubComponentOpened( _rName, _nType, _eMode, _xDocument.is() ? _xDocument : _rxDefinition );
if ( _rxDefinition.is() )
{