summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-01 12:50:46 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-06-01 12:50:46 +0200
commit757ea8f89a27e1fe0878a1bdf66cc2dc6a1a766c (patch)
treebfe17f1eb09311f9739eaeb9c40c872c38cf63d0 /svtools/source/uno/wizard/wizardshell.cxx
parentb078cc62e4e07c0259d54ff0cd3236fa3182d377 (diff)
unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinks
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.cxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx
index 28591e1616f6..7737b214ac1f 100644
--- a/svtools/source/uno/wizard/wizardshell.cxx
+++ b/svtools/source/uno/wizard/wizardshell.cxx
@@ -156,30 +156,6 @@ namespace svt { namespace uno
}
//------------------------------------------------------------------------------------------------------------------
- sal_Bool WizardShell::prepareLeaveCurrentState( CommitPageReason i_eReason )
- {
- if ( !WizardShell_Base::prepareLeaveCurrentState( i_eReason ) )
- return sal_False;
-
- if ( !m_xController.is() )
- return sal_True;
-
- try
- {
- return m_xController->confirmDeactivatePage(
- impl_stateToPageId( getCurrentState() ),
- convertCommitReasonToTravelType( i_eReason )
- );
- }
- catch( const Exception& )
- {
- DBG_UNHANDLED_EXCEPTION();
- }
-
- return sal_True;
- }
-
- //------------------------------------------------------------------------------------------------------------------
sal_Bool WizardShell::leaveState( WizardState i_nState )
{
if ( !WizardShell_Base::leaveState( i_nState ) )