summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.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/WCopyTable.hxx
parentb019be50cde1e6f4991fd8349ffe0f8c66822874 (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 718f46adb907..48cf81d0fb5c 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WCopyTable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-03-30 08:44:07 $
+ * 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
@@ -130,10 +130,11 @@ namespace dbaui
ODatabaseExport::TColumns m_vSourceColumns;
ODatabaseExport::TColumnVector m_vSourceVec;
- OKButton m_pbFinish;
+ HelpButton m_pbHelp;
CancelButton m_pbCancel;
- PushButton m_pbNext;
PushButton m_pbPrev;
+ PushButton m_pbNext;
+ OKButton m_pbFinish;
String m_sTypeNames; // these type names are the ones out of the resource file
sal_uInt32 m_nPageCount;