summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-21 15:03:31 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-21 15:03:31 +0200
commitbdb2890c55676da4b4a569ff914bf1a5bd717725 (patch)
tree5b23a7034977c01f9cccf4c782e0ddd2bfd2bc73 /svtools/source/uno/wizard/wizardshell.cxx
parent89d95059bdf9530e6e9b1a9aadf3573364cd1718 (diff)
unoawt: added more functionality to XWizard
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.cxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx
index 140a65455f8e..1db8588ca713 100644
--- a/svtools/source/uno/wizard/wizardshell.cxx
+++ b/svtools/source/uno/wizard/wizardshell.cxx
@@ -210,6 +210,12 @@ namespace svt { namespace uno
}
//------------------------------------------------------------------------------------------------------------------
+ void WizardShell::enablePage( const sal_Int16 i_nPageID, const sal_Bool i_bEnable )
+ {
+ enableState( impl_pageIdToState( i_nPageID ), i_bEnable );
+ }
+
+ //------------------------------------------------------------------------------------------------------------------
TabPage* WizardShell::createPage( WizardState i_nState )
{
ENSURE_OR_RETURN( m_xController.is(), "WizardShell::createPage: no WizardController!", NULL );