Kaydet (Commit) ab813086 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst c17d68af
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: WCopyTable.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -202,8 +202,7 @@ namespace dbaui ...@@ -202,8 +202,7 @@ namespace dbaui
sal_Bool m_bAddPKFirstTime; sal_Bool m_bAddPKFirstTime;
Wizard_Create_Style m_eCreateStyle; Wizard_Create_Style m_eCreateStyle;
Wizard_Button_Style m_ePressed; Wizard_Button_Style m_ePressed;
sal_Bool m_bCreatePrimaryColumn; bool m_bCreatePrimaryColumn;
private: private:
DECL_LINK( ImplPrevHdl , PushButton* ); DECL_LINK( ImplPrevHdl , PushButton* );
...@@ -278,7 +277,7 @@ namespace dbaui ...@@ -278,7 +277,7 @@ namespace dbaui
@return @return
<TRUE/> if I need to set the autoincrement value by myself otherwise <FALSE/> <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 /** returns the name of the primary key
@return @return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment