summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/groupboxwiz.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 11:10:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-08 11:11:52 +0000
commit1b277a37c5ad219d2e275df1289ccfbce27183ee (patch)
tree19ed989da90eaca6e3847239a47f1095d5cc9841 /extensions/source/dbpilots/groupboxwiz.hxx
parentf2beebbfe78bfd5dd26318ea269f49aeee6bd642 (diff)
loplugin:expandablemethods in extensions
Change-Id: I93a770933de86146de1d25db9d596615916c3e28 Reviewed-on: https://gerrit.libreoffice.org/30689 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/dbpilots/groupboxwiz.hxx')
-rw-r--r--extensions/source/dbpilots/groupboxwiz.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/dbpilots/groupboxwiz.hxx b/extensions/source/dbpilots/groupboxwiz.hxx
index 92ddc89cabaf..2745de988d17 100644
--- a/extensions/source/dbpilots/groupboxwiz.hxx
+++ b/extensions/source/dbpilots/groupboxwiz.hxx
@@ -60,9 +60,6 @@ namespace dbp
virtual bool onFinish() override;
virtual bool approveControl(sal_Int16 _nClassId) override;
-
- protected:
- void createRadios();
};
class OGBWPage : public OControlWizardPage
@@ -160,8 +157,6 @@ namespace dbp
explicit OOptionDBFieldPage( OControlWizard* _pParent );
protected:
- OOptionGroupSettings& getSettings() { return static_cast<OGroupBoxWizard*>(getDialog())->getSettings(); }
-
// ODBFieldPage overridables
virtual OUString& getDBFieldSetting() override;
};