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.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.hxx b/extensions/source/dbpilots/listcombowizard.hxx
index ec28093479ce..57aee28352d8 100644
--- a/extensions/source/dbpilots/listcombowizard.hxx
+++ b/extensions/source/dbpilots/listcombowizard.hxx
@@ -34,9 +34,6 @@ namespace dbp
#define LCW_STATE_FIELDLINK 3
#define LCW_STATE_COMBODBFIELD 4
-
- //= OListComboSettings
-
struct OListComboSettings : public OControlWizardSettings
{
OUString sListContentTable;
@@ -45,9 +42,6 @@ namespace dbp
OUString sLinkedListField;
};
-
- //= OListComboWizard
-
class OListComboWizard : public OControlWizard
{
protected:
@@ -82,7 +76,6 @@ namespace dbp
void implApplySettings();
};
- //= OLCPage
class OLCPage : public OControlWizardPage
{
public:
@@ -102,9 +95,6 @@ namespace dbp
getTableFields(bool _bNeedIt);
};
-
- //= OContentTableSelection
-
class OContentTableSelection : public OLCPage
{
protected:
@@ -129,9 +119,6 @@ namespace dbp
DECL_LINK( OnTableSelected, ListBox* );
};
-
- //= OContentFieldSelection
-
class OContentFieldSelection : public OLCPage
{
protected:
@@ -158,9 +145,6 @@ namespace dbp
virtual bool canAdvance() const SAL_OVERRIDE;
};
-
- //= OLinkFieldsPage
-
class OLinkFieldsPage : public OLCPage
{
protected:
@@ -188,9 +172,6 @@ namespace dbp
DECL_LINK(OnSelectionModified, void*);
};
-
- //= OComboDBFieldPage
-
class OComboDBFieldPage : public ODBFieldPage
{
public: