summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.hxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx
index d7576093d036..a2ac8e136d00 100644
--- a/extensions/source/dbpilots/listcombowizard.hxx
+++ b/extensions/source/dbpilots/listcombowizard.hxx
@@ -82,14 +82,14 @@ namespace dbp
void implApplySettings();
};
-
//= OLCPage
-
class OLCPage : public OControlWizardPage
{
public:
- OLCPage( OListComboWizard* _pParent, const ResId& _rId ) : OControlWizardPage(_pParent, _rId) { }
- OLCPage( OListComboWizard* _pParent, const OString& rID, const OUString& rUIXMLDescription ) : OControlWizardPage(_pParent, rID, rUIXMLDescription) { }
+ OLCPage(OListComboWizard* _pParent, const OString& rID, const OUString& rUIXMLDescription)
+ : OControlWizardPage(_pParent, rID, rUIXMLDescription)
+ {
+ }
protected:
OListComboSettings& getSettings() { return static_cast<OListComboWizard*>(getDialog())->getSettings(); }