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/VTable.cxx | |
parent | 48a6f836ce04327673174040b6049d4bc70de5c4 (diff) |
must change for comphelper
Diffstat (limited to 'connectivity/source/sdbcx/VTable.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VTable.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/sdbcx/VTable.cxx b/connectivity/source/sdbcx/VTable.cxx index d833b5c756f7..ebef6d33004e 100644 --- a/connectivity/source/sdbcx/VTable.cxx +++ b/connectivity/source/sdbcx/VTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VTable.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:14:29 $ + * 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 @@ -78,8 +78,8 @@ #ifndef _CONNECTIVITY_SDBCX_INDEX_HXX_ #include "connectivity/sdbcx/VIndex.hxx" #endif -#ifndef _UTL_SEQUENCE_HXX_ -#include <unotools/sequence.hxx> +#ifndef _COMPHELPER_SEQUENCE_HXX_ +#include <comphelper/sequence.hxx> #endif // ------------------------------------------------------------------------- @@ -128,7 +128,7 @@ Any SAL_CALL OTable::queryInterface( const Type & rType ) throw(RuntimeException // ------------------------------------------------------------------------- Sequence< Type > SAL_CALL OTable::getTypes( ) throw(RuntimeException) { - return ::utl::concatSequences(ODescriptor::getTypes(),OTable_BASE::getTypes()); + return ::comphelper::concatSequences(ODescriptor::getTypes(),OTable_BASE::getTypes()); } // ------------------------------------------------------------------------- void OTable::construct() |