User: kz      
Date: 05/01/21 09:02:48

Modified:
 /dba/dbaccess/source/core/dataaccess/
  connection.cxx

Log:
 INTEGRATION: CWS dba22 (1.38.28); FILE MERGED
 2005/01/07 07:49:32 oj 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED
 2005/01/03 12:42:26 oj 1.38.28.1: #i39686# replace tring::createFromAscii

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: connection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.cxx?r1=1.39&r2=1.40
Delta lines:  +1 -1
-------------------
--- connection.cxx      5 Jan 2005 12:28:08 -0000       1.39
+++ connection.cxx      21 Jan 2005 17:02:45 -0000      1.40
@@ -410,7 +410,7 @@
                        Reference<XResultSet> xRes = xMeta->getTableTypes();
                        if(xRes.is())
                        {
-                               ::rtl::OUString sView = 
::rtl::OUString::createFromAscii("VIEW");
+                               ::rtl::OUString 
sView(RTL_CONSTASCII_USTRINGPARAM("VIEW"));
                                Reference<XRow> xRow(xRes,UNO_QUERY);
                                while(xRes->next())
                                {




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

Reply via email to