Tag: cws_src680_qiq
User: fs      
Date: 2006/06/27 06:54:03

Modified:
   dba/connectivity/source/commontools/TKeys.cxx

Log:
 RESYNC: (1.7-1.8); FILE MERGED

File Changes:

Directory: /dba/connectivity/source/commontools/
================================================

File [changed]: TKeys.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TKeys.cxx?r1=1.7.104.2&r2=1.7.104.3
Delta lines:  +4 -5
-------------------
--- TKeys.cxx   16 Jun 2006 11:32:29 -0000      1.7.104.2
+++ TKeys.cxx   27 Jun 2006 13:54:00 -0000      1.7.104.3
@@ -207,7 +207,7 @@
     // if we're here, we belong to a table which is not new, i.e. already 
exists in the database.
     // In this case, really append the new index.
 
-    ::dbtools::OPropertyMap& rPropMap = OMetaConnection::getPropMap();
+    const ::dbtools::OPropertyMap& rPropMap = OMetaConnection::getPropMap();
        sal_Int32 nKeyType              = 
getINT32(descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TYPE)));
 
        ::rtl::OUString aSql    = 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ALTER TABLE "));
@@ -268,7 +268,6 @@
        try
        {
                ::rtl::OUString aSchema,aTable;
-               ::dbtools::OPropertyMap& rPropMap = 
OMetaConnection::getPropMap();
                
m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME))     
>>= aSchema;
                
m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME))           
>>= aTable;
                Reference< XResultSet > xResult; 




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

Reply via email to