Tag: cws_src680_dba24d
User: fs      
Date: 2007-11-08 14:24:52+0000
Modified:
   dba/dbaccess/source/ui/misc/TokenWriter.cxx

Log:
 during #i81658#: string cleanup

File Changes:

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

File [changed]: TokenWriter.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/TokenWriter.cxx?r1=1.34&r2=1.34.28.1
Delta lines:  +5 -5
-------------------
--- TokenWriter.cxx     2007-09-26 14:51:22+0000        1.34
+++ TokenWriter.cxx     2007-11-08 14:24:49+0000        1.34.28.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: TokenWriter.cxx,v $
  *
- *  $Revision: 1.34 $
+ *  $Revision: 1.34.28.1 $
  *
- *  last change: $Author: hr $ $Date: 2007/09/26 14:51:22 $
+ *  last change: $Author: fs $ $Date: 2007/11/08 14:24:49 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -364,8 +364,8 @@
                                Reference<XPropertySet > 
xProp(m_xResultSet,UNO_QUERY);
                                if(xProp.is())
                                {
-                                       xProp->setPropertyValue( 
PROPERTY_ACTIVECONNECTION, makeAny( m_xConnection.getTyped() ) );
-                                       
xProp->setPropertyValue(PROPERTY_COMMANDTYPE,makeAny(m_nCommandType));
+                                       xProp->setPropertyValue( 
PROPERTY_ACTIVE_CONNECTION, makeAny( m_xConnection.getTyped() ) );
+                                       
xProp->setPropertyValue(PROPERTY_COMMAND_TYPE,makeAny(m_nCommandType));
                                        
xProp->setPropertyValue(PROPERTY_COMMAND,makeAny(m_sName));
                                        Reference<XRowSet> 
xRowSet(xProp,UNO_QUERY);
                                        xRowSet->execute();




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

Reply via email to