summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/WNameMatch.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-08 07:24:54 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-08 07:24:54 +0000
commit13d51127f4a4d80c9d0a8a1b3c3558f1b067876e (patch)
tree4d7cc11a73e773ea729d13ba06f2d4ec381083be /dbaccess/source/ui/inc/WNameMatch.hxx
parent#88431# commitURL: use the pure (untranslated) URL (diff)
downloadcore-13d51127f4a4d80c9d0a8a1b3c3558f1b067876e.tar.gz
core-13d51127f4a4d80c9d0a8a1b3c3558f1b067876e.zip
#90723# some corrections for appending data
Diffstat (limited to 'dbaccess/source/ui/inc/WNameMatch.hxx')
-rw-r--r--dbaccess/source/ui/inc/WNameMatch.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/WNameMatch.hxx b/dbaccess/source/ui/inc/WNameMatch.hxx
index 064bfe0fea9e..fde1c198bc43 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-06-21 15:21:14 $
+ * last change: $Author: oj $ $Date: 2001-08-08 08:24:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,12 +110,14 @@ namespace dbaui
FixedText m_FT_TABLE_RIGHT;
OColumnTreeBox m_CTRL_LEFT; // left side
OColumnTreeBox m_CTRL_RIGHT; // right side
- ImageButton m_ibColumn_up;
- ImageButton m_ibColumn_down;
- ImageButton m_ibColumn_up_right;
- ImageButton m_ibColumn_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;
+ String m_sSourceText;
+ String m_sDestText;
sal_Bool m_bAttrsChanged;