summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-09-17 14:17:32 +0200
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-09-17 14:17:32 +0200
commit81951bfb5640ccb6e9880038585f8e53b84bebaf (patch)
tree09186d36e3885d2f21ca25568855aa284fe16c25 /svtools
parentea9f984e8f50e6b8fce2e79999a4ccd60985badd (diff)
parent20aee6eb45be91a7c5bc67f9b30ebbf73e3fa769 (diff)
CWS-TOOLING: integrate CWS cmcfixes78
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/wizard/unowizard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/wizard/unowizard.cxx b/svtools/source/uno/wizard/unowizard.cxx
index 9440c0e69f26..147b11aceb11 100644
--- a/svtools/source/uno/wizard/unowizard.cxx
+++ b/svtools/source/uno/wizard/unowizard.cxx
@@ -414,7 +414,7 @@ namespace svt { namespace uno
::osl::MutexGuard aGuard( m_aMutex );
WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog );
- ENSURE_OR_RETURN_FALSE( pWizardImpl, "Wizard::getCurrentPage: invalid dialog implementation!" );
+ ENSURE_OR_RETURN( pWizardImpl, "Wizard::getCurrentPage: invalid dialog implementation!", Reference< XWizardPage >() );
return pWizardImpl->getCurrentWizardPage();
}