diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx index 6103e4915915..24ef1c05f9e5 100644 --- a/dbaccess/source/ui/dlg/tablespage.hxx +++ b/dbaccess/source/ui/dlg/tablespage.hxx @@ -48,11 +48,9 @@ namespace dbaui public: virtual bool FillItemSet(SfxItemSet* _rCoreAttrs) override; virtual DeactivateRC DeactivatePage(SfxItemSet* _pSet) override; - using OGenericAdministrationPage::DeactivatePage; OTableSubscriptionPage(TabPageParent pParent, const SfxItemSet& _rCoreAttrs ,OTableSubscriptionDialog* _pTablesDlg); virtual ~OTableSubscriptionPage() override; - virtual void dispose() override; private: virtual void fillControls(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList) override; |