summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/commonpagesdbp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/commonpagesdbp.hxx')
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.hxx b/extensions/source/dbpilots/commonpagesdbp.hxx
index b348b9438185..b93e40eab718 100644
--- a/extensions/source/dbpilots/commonpagesdbp.hxx
+++ b/extensions/source/dbpilots/commonpagesdbp.hxx
@@ -36,13 +36,10 @@ namespace dbp
class OTableSelectionPage : public OControlWizardPage
{
protected:
- FixedLine m_aData;
- FixedText m_aExplanation;
- FixedText m_aDatasourceLabel;
- ListBox m_aDatasource;
- PushButton m_aSearchDatabase;
- FixedText m_aTableLabel;
- ListBox m_aTable;
+ FixedText *m_pDatasourceLabel;
+ ListBox *m_pDatasource;
+ PushButton *m_pSearchDatabase;
+ ListBox *m_pTable;
::com::sun::star::uno::Reference< ::com::sun::star::sdb::XDatabaseContext >
m_xDSContext;