summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-22 11:03:46 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-22 11:03:46 +0000
commita9bfb486d80e41093b823080112840df17f5463a (patch)
treedecb1cb6a1ee61cd1a11d31e8ef0883ffa3178d8 /dbaccess/source/ui/inc/WCopyTable.hxx
parent8b6f10f53a48ccfa911292fe98b2457e32b72d79 (diff)
#101595# clear Fielddescriptions in dtor +m_bDeleteSourceColumns
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index ad7fb0846269..39938281f8a7 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: oj $ $Date: 2002-05-23 11:10:43 $
+ * last change: $Author: oj $ $Date: 2002-07-22 12:03:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,6 +179,7 @@ namespace dbaui
OKButton m_pbFinish;
String m_sTypeNames; // these type names are the ones out of the resource file
sal_uInt32 m_nPageCount;
+ sal_Bool m_bDeleteSourceColumns;
DECL_LINK( ImplPrevHdl , PushButton* );
DECL_LINK( ImplNextHdl , PushButton* );