diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-09 11:09:06 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-09 11:09:06 +0000 |
commit | a1f51b8966874e19279015446ad763601595050c (patch) | |
tree | 5d7ca8daee6c3935bc029cf20d80fd45325a9d56 /connectivity/source/sdbcx/VIndex.cxx | |
parent | 48a6f836ce04327673174040b6049d4bc70de5c4 (diff) |
must change for comphelper
Diffstat (limited to 'connectivity/source/sdbcx/VIndex.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VIndex.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/sdbcx/VIndex.cxx b/connectivity/source/sdbcx/VIndex.cxx index 982a51908e5b..29ee82839c19 100644 --- a/connectivity/source/sdbcx/VIndex.cxx +++ b/connectivity/source/sdbcx/VIndex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VIndex.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 @@ -71,8 +71,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 // ------------------------------------------------------------------------- using namespace connectivity; @@ -119,7 +119,7 @@ Any SAL_CALL OIndex::queryInterface( const Type & rType ) throw(RuntimeException // ------------------------------------------------------------------------- Sequence< Type > SAL_CALL OIndex::getTypes( ) throw(RuntimeException) { - return ::utl::concatSequences(ODescriptor::getTypes(),OColumns_BASE::getTypes()); + return ::comphelper::concatSequences(ODescriptor::getTypes(),OColumns_BASE::getTypes()); } // ------------------------------------------------------------------------- void OIndex::construct() |