User: ihi     
Date: 2007-11-21 16:07:27+0000
Modified:
   dba/dbaccess/source/ui/misc/WCPage.cxx

Log:
 INTEGRATION: CWS dba24c (1.31.4); FILE MERGED
 2007/10/15 10:48:06 oj 1.31.4.2: #i80916# #i80917# special handling for table 
formats which doesn't have a header definition
 2007/10/12 12:27:14 oj 1.31.4.1: #i80917# append first line as first data row

File Changes:

Directory: /dba/dbaccess/source/ui/misc/
========================================

File [changed]: WCPage.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WCPage.cxx?r1=1.31&r2=1.32
Delta lines:  +2 -3
-------------------
--- WCPage.cxx  2007-09-26 14:51:34+0000        1.31
+++ WCPage.cxx  2007-11-21 16:07:24+0000        1.32
@@ -178,12 +178,11 @@
                m_aRB_Def.SetClickHdl(                  LINK( this, OCopyTable, 
RadioChangeHdl          ) );
                m_aRB_View.SetClickHdl(                 LINK( this, OCopyTable, 
RadioChangeHdl          ) );
 
-               m_aCB_PrimaryColumn.SetClickHdl( LINK( this, OCopyTable, 
KeyClickHdl ) );
+               m_aCB_PrimaryColumn.SetClickHdl(LINK( this, OCopyTable, 
KeyClickHdl         ) );
 
                m_aFT_KeyName.Enable(sal_False);
                m_edKeyName.Enable(sal_False);
-               
-               ::rtl::OUString 
sKeyName(::rtl::OUString::createFromAscii("ID"));
+        ::rtl::OUString sKeyName(RTL_CONSTASCII_USTRINGPARAM("ID"));
                sKeyName = m_pParent->createUniqueName(sKeyName);
                m_edKeyName.SetText(sKeyName);
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to