User: obo     
Date: 2006/07/10 07:24:09

Modified:
   dba/connectivity/source/drivers/ado/ATable.cxx

Log:
 INTEGRATION: CWS qiq (1.27.104); FILE MERGED
 2006/06/28 09:21:24 fs 1.27.104.3: #i10000#
 2006/06/27 14:10:24 fs 1.27.104.2: RESYNC: (1.27-1.28); FILE MERGED
 2006/06/16 11:32:32 fs 1.27.104.1: during #i51143#:
 
 refactored VCollection:
 - createEmptyObject now named createDescriptor
 - cloneObject removed
 - appendObject now returns the newly created object
   (previously done via a subsequent call to cloneObject)

File Changes:

Directory: /dba/connectivity/source/drivers/ado/
================================================

File [changed]: ATable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/ATable.cxx?r1=1.28&r2=1.29
Delta lines:  +1 -1
-------------------
--- ATable.cxx  20 Jun 2006 01:15:26 -0000      1.28
+++ ATable.cxx  10 Jul 2006 14:24:06 -0000      1.29
@@ -224,7 +224,7 @@
 
        sal_Bool bError = sal_True;
        OAdoColumn* pColumn = NULL;
-       if(::getImplementation(pColumn,descriptor) && pColumn != NULL)
+    if(::comphelper::getImplementation(pColumn,descriptor) && pColumn != NULL)
        {
                WpADOColumns aColumns = m_aTable.get_Columns();
                bError = !aColumns.Delete(colName);




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

Reply via email to