Kaydet (Commit) fcd5a225 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba30c (1.2.40); FILE MERGED

2008/04/16 06:51:46 fs 1.2.40.2: RESYNC: (1.2-1.3); FILE MERGED
2008/04/02 13:40:58 fs 1.2.40.1: #i86957# init m_aPrimaryKeyName to 'ID'
üst b3e63598
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: copytablewizard.cxx,v $
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
......@@ -374,7 +374,7 @@ private:
,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()
......
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