Tag: cws_dev300_dba30c
User: fs      
Date: 2008-04-02 13:41:01+0000
Modified:
   dba/dbaccess/source/ui/uno/copytablewizard.cxx

Log:
 #i86957# init m_aPrimaryKeyName to 'ID'

File Changes:

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

File [changed]: copytablewizard.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/copytablewizard.cxx?r1=1.2&r2=1.2.40.1
Delta lines:  +3 -3
-------------------
--- copytablewizard.cxx 2008-01-30 08:56:36+0000        1.2
+++ copytablewizard.cxx 2008-04-02 13:40:58+0000        1.2.40.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: copytablewizard.cxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.40.1 $
  *
- *  last change: $Author: rt $ $Date: 2008/01/30 08:56:36 $
+ *  last change: $Author: fs $ $Date: 2008/04/02 13:40:58 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -379,7 +379,7 @@
            ,m_aContext( _rxORB )
         ,m_nOperation( CopyTableOperation::CopyDefinitionAndData )
         ,m_sDestinationTable()
-        ,m_aPrimaryKeyName()
+        ,m_aPrimaryKeyName( sal_False, ::rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM( "ID" ) ))
         ,m_xSourceConnection()
         ,m_nCommandType( CommandType::COMMAND )
         ,m_pSourceObject()




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

Reply via email to