Tag: cws_src680_dba24d
User: fs      
Date: 2007-11-08 14:22:17+0000
Modified:
   dba/dbaccess/source/ui/misc/databaseobjectview.cxx

Log:
 during #i81658#: string cleanup

File Changes:

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

File [changed]: databaseobjectview.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/databaseobjectview.cxx?r1=1.5&r2=1.5.70.1
Delta lines:  +5 -5
-------------------
--- databaseobjectview.cxx      2007-07-06 08:36:01+0000        1.5
+++ databaseobjectview.cxx      2007-11-08 14:22:14+0000        1.5.70.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: databaseobjectview.cxx,v $
  *
- *  $Revision: 1.5 $
+ *  $Revision: 1.5.70.1 $
  *
- *  last change: $Author: rt $ $Date: 2007/07/06 08:36:01 $
+ *  last change: $Author: fs $ $Date: 2007/11/08 14:22:14 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -225,7 +225,7 @@
                        _rDispatchArguments[nPos++].Value <<= xDataSource;
                }
 
-               _rDispatchArguments[nPos  ].Name = PROPERTY_ACTIVECONNECTION;
+               _rDispatchArguments[nPos  ].Name = PROPERTY_ACTIVE_CONNECTION;
                _rDispatchArguments[nPos++].Value <<= getConnection();
        }
 
@@ -363,7 +363,7 @@
                sal_Int32 nPos = _rDispatchArguments.getLength();
                _rDispatchArguments.realloc( _rDispatchArguments.getLength() + 
4 + (m_bTable ? 3 : 0) );
 
-               _rDispatchArguments[nPos  ].Name = PROPERTY_COMMANDTYPE;
+               _rDispatchArguments[nPos  ].Name = PROPERTY_COMMAND_TYPE;
                _rDispatchArguments[nPos++].Value <<= (m_bTable ? 
CommandType::TABLE : CommandType::QUERY);
 
                _rDispatchArguments[nPos  ].Name = PROPERTY_COMMAND;




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

Reply via email to