User: ihi Date: 2007-11-21 16:02:20+0000 Modified: dba/dbaccess/source/ui/inc/WCopyTable.hxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: WCopyTable.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/WCopyTable.hxx?r1=1.22&r2=1.23 Delta lines: +2 -3 ------------------- --- WCopyTable.hxx 2007-09-26 14:50:42+0000 1.22 +++ WCopyTable.hxx 2007-11-21 16:02:18+0000 1.23 @@ -202,8 +202,7 @@ 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 @@ @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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
