summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/TokenWriter.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-30 07:51:00 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-30 07:51:00 +0000
commite9ff7458e46aae191b11c2652f504dcc468cbb76 (patch)
treec99c9c2feaf750f50b851249106e3c189e84624e /dbaccess/source/ui/misc/TokenWriter.cxx
parent0c51db84589d48a18e985771b708fe70f78f2543 (diff)
INTEGRATION: CWS dba24d (1.34.28); FILE MERGED
2007/11/08 14:24:49 fs 1.34.28.1: during #i81658#: string cleanup
Diffstat (limited to 'dbaccess/source/ui/misc/TokenWriter.cxx')
-rw-r--r--dbaccess/source/ui/misc/TokenWriter.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/TokenWriter.cxx b/dbaccess/source/ui/misc/TokenWriter.cxx
index 86a354451c4f..41d013f6da77 100644
--- a/dbaccess/source/ui/misc/TokenWriter.cxx
+++ b/dbaccess/source/ui/misc/TokenWriter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TokenWriter.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: hr $ $Date: 2007-09-26 14:51:22 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:51:00 $
*
* 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 @@ void ODatabaseImportExport::initialize()
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();