summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-11 10:40:12 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-11 10:40:12 +0100
commit9ea766490e45eb6ec4f542bf147c1f310ffa5daf (patch)
treee8825cbb511c4548ed0aab3400df6168649510ab /svtools/source/dialogs
parent33517d5153f0cf9419fae428cab9638e664f1261 (diff)
dba33e: removed wrong assertion (thanks to dtardon for the investigations and the fix)
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index c436256a31c4..510cdba8c39b 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -93,7 +93,6 @@ namespace svt
void OWizardPage::updateDialogTravelUI()
{
OWizardMachine* pWizardMachine = dynamic_cast< OWizardMachine* >( GetParent() );
- OSL_ENSURE( pWizardMachine, "OWizardPage::updateDialogTravelUI: where am I?" );
if ( pWizardMachine )
pWizardMachine->updateTravelUI();
}