diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 08:26:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 09:34:55 +0100 |
commit | b5a0b00d494928482e4dd44395765c480c8ae252 (patch) | |
tree | e50d32b261b9d92334a4f2bd8a66ab94c100013b /extensions/source/dbpilots/groupboxwiz.hxx | |
parent | e2b9531e43d37677109aa13eb6e2ebf857961016 (diff) |
callcatcher: another round of resource ctor removals
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
Diffstat (limited to 'extensions/source/dbpilots/groupboxwiz.hxx')
-rw-r--r-- | extensions/source/dbpilots/groupboxwiz.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/groupboxwiz.hxx b/extensions/source/dbpilots/groupboxwiz.hxx index 28bf05b810b5..a2e1c3e47ae2 100644 --- a/extensions/source/dbpilots/groupboxwiz.hxx +++ b/extensions/source/dbpilots/groupboxwiz.hxx @@ -79,8 +79,10 @@ namespace dbp class OGBWPage : public OControlWizardPage { public: - OGBWPage( OControlWizard* _pParent, const ResId& _rId ) : OControlWizardPage(_pParent, _rId) { } - OGBWPage( OControlWizard* _pParent, const OString& _rID, const OUString& _rUIXMLDescription ) : OControlWizardPage(_pParent, _rID, _rUIXMLDescription) { } + OGBWPage(OControlWizard* _pParent, const OString& _rID, const OUString& _rUIXMLDescription) + : OControlWizardPage(_pParent, _rID, _rUIXMLDescription) + { + } protected: OOptionGroupSettings& getSettings() { return static_cast<OGroupBoxWizard*>(getDialog())->getSettings(); } |