summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-21 14:41:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-21 14:55:46 +0000
commit5c72a213c7c4b588d0c1e0884ff2c46c22425faf (patch)
treefb32a6ee0dcd640f37f279ee7b942c86cfe4645c /dbaccess/source/ui/dlg/tablespage.hxx
parentb31141065414229ae4319430ad0b4457aa0f8ca5 (diff)
convert table filter page to .ui
Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index dc659c5fae39..0309fda62306 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -23,7 +23,7 @@
#include "adminpages.hxx"
#include <com/sun/star/i18n/XCollator.hpp>
#include <osl/mutex.hxx>
-#include <vcl/fixed.hxx>
+#include <vcl/layout.hxx>
#include "tabletree.hxx"
#include <com/sun/star/sdbc/XConnection.hpp>
@@ -36,9 +36,8 @@ namespace dbaui
:public OGenericAdministrationPage
{
private:
- FixedLine m_aTables;
- OTableTreeListBox m_aTablesList;
- FixedText m_aExplanation;
+ VclContainer* m_pTables;
+ OTableTreeListBox* m_pTablesList;
OUString m_sCatalogSeparator;
sal_Bool m_bCatalogAtStart : 1;