summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sqliterator.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-11 09:48:50 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-11 09:48:50 +0000
commite3c7a2c360b957b81c7c07f715706a6cb7f1abcc (patch)
tree575c8a2fa059c2398482524204a00b23f92631bd /connectivity/inc/connectivity/sqliterator.hxx
parent913e13aaae9e5596525e35fafd5dd9540edd8e8c (diff)
replace unotools with comphelper
Diffstat (limited to 'connectivity/inc/connectivity/sqliterator.hxx')
-rw-r--r--connectivity/inc/connectivity/sqliterator.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/sqliterator.hxx b/connectivity/inc/connectivity/sqliterator.hxx
index c8176e6c950e..8801d33e911d 100644
--- a/connectivity/inc/connectivity/sqliterator.hxx
+++ b/connectivity/inc/connectivity/sqliterator.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sqliterator.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:18 $
+ * last change: $Author: fs $ $Date: 2000-10-11 10:48:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,7 +144,7 @@ namespace connectivity
OSQLStatementType m_eStatementType; // Art des Statements
OSQLTables m_aTables; // Alle Tabellen die im ParseTree und bei der Connection gefunden wurden
::vos::ORef<OSQLColumns> m_aSelectColumns; // alle Spalten aus dem Select-Clause
- ::utl::UStringMixEqual m_aCaseEqual;
+ ::comphelper::UStringMixEqual m_aCaseEqual;
Link m_aErrorHdl; // wird im Fehlerfall gerufen
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> m_xTables;