summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.hxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx
index dd1442e16a8d..34016a16f259 100644
--- a/svtools/source/uno/wizard/wizardshell.hxx
+++ b/svtools/source/uno/wizard/wizardshell.hxx
@@ -71,8 +71,8 @@ namespace svt { namespace uno
{
return skipBackwardUntil( impl_pageIdToState( i_nPageId ) );
}
- bool travelNext() { return WizardShell_Base::travelNext(); }
- bool travelPrevious() { return WizardShell_Base::travelPrevious(); }
+ using WizardShell_Base::travelNext;
+ using WizardShell_Base::travelPrevious;
void activatePath( const sal_Int16 i_nPathID, const bool i_bFinal )
{