summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VKey.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/sdbcx/VKey.cxx')
-rw-r--r--connectivity/source/sdbcx/VKey.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/sdbcx/VKey.cxx b/connectivity/source/sdbcx/VKey.cxx
index 999d4a4c6c46..c5b145163eb5 100644
--- a/connectivity/source/sdbcx/VKey.cxx
+++ b/connectivity/source/sdbcx/VKey.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VKey.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:28 $
+ * last change: $Author: oj $ $Date: 2000-10-09 12:06:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,8 @@
#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_
#include "connectivity/sdbcx/VColumn.hxx"
#endif
-#ifndef _UTL_SEQUENCE_HXX_
-#include <unotools/sequence.hxx>
+#ifndef _COMPHELPER_SEQUENCE_HXX_
+#include <comphelper/sequence.hxx>
#endif
#ifndef _CONNECTIVITY_PROPERTYIDS_HXX_
#include "propertyids.hxx"
@@ -123,7 +123,7 @@ Any SAL_CALL OKey::queryInterface( const Type & rType ) throw(RuntimeException)
// -------------------------------------------------------------------------
Sequence< Type > SAL_CALL OKey::getTypes( ) throw(RuntimeException)
{
- return ::utl::concatSequences(ODescriptor::getTypes(),OColumns_BASE::getTypes());
+ return ::comphelper::concatSequences(ODescriptor::getTypes(),OColumns_BASE::getTypes());
}
// -------------------------------------------------------------------------
void OKey::construct()