Tag: cws_src680_dba24d
User: fs      
Date: 2007-11-08 14:09:24+0000
Modified:
   dba/dbaccess/source/core/dataaccess/documentcontainer.cxx
   dba/dbaccess/source/core/dataaccess/documentdefinition.cxx

Log:
 during #i81658#: string cleanup

File Changes:

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

File [changed]: documentcontainer.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentcontainer.cxx?r1=1.25&r2=1.25.6.1
Delta lines:  +4 -4
-------------------
--- documentcontainer.cxx       2007-10-23 14:37:54+0000        1.25
+++ documentcontainer.cxx       2007-11-08 14:09:22+0000        1.25.6.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: documentcontainer.cxx,v $
  *
- *  $Revision: 1.25 $
+ *  $Revision: 1.25.6.1 $
  *
- *  last change: $Author: vg $ $Date: 2007/10/23 14:37:54 $
+ *  last change: $Author: fs $ $Date: 2007/11/08 14:09:22 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -215,7 +215,7 @@
                        {
                                aValue.Value >>= sURL;
                        }
-                       else if ( 
aValue.Name.equalsAscii(PROPERTY_ACTIVECONNECTION) )
+                       else if ( 
aValue.Name.equalsAscii(PROPERTY_ACTIVE_CONNECTION) )
                        {
                                xConnection.set(aValue.Value,UNO_QUERY);
                        }

File [changed]: documentdefinition.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.48&r2=1.48.6.1
Delta lines:  +4 -4
-------------------
--- documentdefinition.cxx      2007-10-23 14:38:09+0000        1.48
+++ documentdefinition.cxx      2007-11-08 14:09:22+0000        1.48.6.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: documentdefinition.cxx,v $
  *
- *  $Revision: 1.48 $
+ *  $Revision: 1.48.6.1 $
  *
- *  last change: $Author: vg $ $Date: 2007/10/23 14:38:09 $
+ *  last change: $Author: fs $ $Date: 2007/11/08 14:09:22 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -860,7 +860,7 @@
                                const PropertyValue* pEnd  = pIter + 
aArguments.getLength();
                                for(;pIter != pEnd;++pIter)
                                {
-                                       if ( pIter->Name == 
PROPERTY_ACTIVECONNECTION )
+                                       if ( pIter->Name == 
PROPERTY_ACTIVE_CONNECTION )
                                                
xConnection.set(pIter->Value,UNO_QUERY);
                                        else
                                                lcl_extractOpenMode( 
pIter->Value, nOpenMode );




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

Reply via email to