User: hr      
Date: 2006/08/15 03:54:55

Modified:
   dba/dbaccess/source/ui/misc/WCopyTable.cxx

Log:
 INTEGRATION: CWS dba30 (1.41.16); FILE MERGED
 2006/07/19 13:07:20 fs 1.41.16.5: RESYNC: (1.44-1.46); FILE MERGED
 2006/05/08 11:27:18 fs 1.41.16.4: RESYNC: (1.42-1.44); FILE MERGED
 2006/03/21 18:39:26 fs 1.41.16.3: RESYNC: (1.41-1.42); FILE MERGED
 2006/01/02 09:17:13 oj 1.41.16.2: #i44200# use 
supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was 
used
 2005/12/12 08:03:14 oj 1.41.16.1: #i18609# check type on target source

File Changes:

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

File [changed]: WCopyTable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WCopyTable.cxx?r1=1.47&r2=1.48
Delta lines:  +2 -2
-------------------
--- WCopyTable.cxx      19 Jul 2006 16:04:00 -0000      1.47
+++ WCopyTable.cxx      15 Aug 2006 10:54:53 -0000      1.48
@@ -775,7 +775,7 @@
                if(xColumn.is())
                {
                        if(!_bKeyColumns)
-                               ::dbaui::setColumnProperties(xColumn,pField);
+                               dbaui::setColumnProperties(xColumn,pField);
                        else
                                
xColumn->setPropertyValue(PROPERTY_NAME,makeAny(pField->GetName()));
 
@@ -787,7 +787,7 @@
                 xColumn.set(xColumns->getByName(pField->GetName()),UNO_QUERY);
                 OSL_ENSURE(xColumn.is(),"OCopyTableWizard::appendColumns: 
Column is NULL!");
                                if ( xColumn.is() )
-                                       
dbaui::setColumnUiProperties(xColumn,pField);
+                                       pField->copyColumnSettingsTo(xColumn);
                        }
                        else
                        {




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

Reply via email to