summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/WNameMatch.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-21 14:21:14 +0000
committerFrank Meies <fme@openoffice.org>2001-06-21 14:21:14 +0000
commit0394f50c121dae408c8e4318bb18e9d023b48b0d (patch)
treeb7be8c3c2f0fd2be127f41ea81274e05536a4fba /dbaccess/source/ui/inc/WNameMatch.hxx
parentFix #86988#: Redesign of dialogs (diff)
downloadcore-0394f50c121dae408c8e4318bb18e9d023b48b0d.tar.gz
core-0394f50c121dae408c8e4318bb18e9d023b48b0d.zip
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'dbaccess/source/ui/inc/WNameMatch.hxx')
-rw-r--r--dbaccess/source/ui/inc/WNameMatch.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/WNameMatch.hxx b/dbaccess/source/ui/inc/WNameMatch.hxx
index 252e1b8cf5d8..064bfe0fea9e 100644
--- a/dbaccess/source/ui/inc/WNameMatch.hxx
+++ b/dbaccess/source/ui/inc/WNameMatch.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WNameMatch.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-02-23 14:59:32 $
+ * last change: $Author: fme $ $Date: 2001-06-21 15:21:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,10 +110,10 @@ namespace dbaui
FixedText m_FT_TABLE_RIGHT;
OColumnTreeBox m_CTRL_LEFT; // left side
OColumnTreeBox m_CTRL_RIGHT; // right side
- PushButton m_pbColumn_up;
- PushButton m_pbColumn_down;
- PushButton m_pbColumn_up_right;
- PushButton m_pbColumn_down_right;
+ ImageButton m_ibColumn_up;
+ ImageButton m_ibColumn_down;
+ ImageButton m_ibColumn_up_right;
+ ImageButton m_ibColumn_down_right;
PushButton m_pbAll;
PushButton m_pbNone;