summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/controlwizard.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx
index 7c62c45214f9..117f6170a39b 100644
--- a/extensions/source/dbpilots/controlwizard.hxx
+++ b/extensions/source/dbpilots/controlwizard.hxx
@@ -104,7 +104,7 @@ namespace dbp
virtual ~OControlWizard() override;
// make the some base class methods public
- bool travelNext() { return OControlWizard_Base::travelNext(); }
+ using OControlWizard_Base::travelNext;
public:
const css::uno::Reference< css::uno::XComponentContext >&