summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:02:18 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:02:18 +0000
commitab813086a15dac017d56e623bec75f45f65c023d (patch)
treed5edd21c545eccb0a3f813234f06786204ad626b /dbaccess/source/ui/inc/WCopyTable.hxx
parentc17d68af769d019cfc5467283d5d1a2f5d708ed7 (diff)
INTEGRATION: CWS dba24c (1.22.4); FILE MERGED
2007/10/15 10:48:05 oj 1.22.4.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:14 oj 1.22.4.1: #i80917# append first line as first data row
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index ed59e5896025..5727e2a6cc74 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WCopyTable.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: hr $ $Date: 2007-09-26 14:50:42 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 16:02:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -202,8 +202,7 @@ namespace dbaui
sal_Bool m_bAddPKFirstTime;
Wizard_Create_Style m_eCreateStyle;
Wizard_Button_Style m_ePressed;
- sal_Bool m_bCreatePrimaryColumn;
-
+ bool m_bCreatePrimaryColumn;
private:
DECL_LINK( ImplPrevHdl , PushButton* );
@@ -278,7 +277,7 @@ namespace dbaui
@return
<TRUE/> if I need to set the autoincrement value by myself otherwise <FALSE/>
*/
- sal_Bool isAutoincrementEnabled() const;
+ bool isAutoincrementEnabled() const;
/** returns the name of the primary key
@return