diff options
Diffstat (limited to 'connectivity/source/sdbcx/VGroup.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VGroup.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/sdbcx/VGroup.cxx b/connectivity/source/sdbcx/VGroup.cxx index 4143e1513f13..5d048f45e789 100644 --- a/connectivity/source/sdbcx/VGroup.cxx +++ b/connectivity/source/sdbcx/VGroup.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VGroup.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 @@ -75,8 +75,8 @@ #ifndef _CONNECTIVITY_PROPERTYIDS_HXX_ #include "propertyids.hxx" #endif -#ifndef _UTL_SEQUENCE_HXX_ -#include <unotools/sequence.hxx> +#ifndef _COMPHELPER_SEQUENCE_HXX_ +#include <comphelper/sequence.hxx> #endif @@ -114,7 +114,7 @@ Any SAL_CALL OGroup::queryInterface( const Type & rType ) throw(RuntimeException // ------------------------------------------------------------------------- Sequence< Type > SAL_CALL OGroup::getTypes( ) throw(RuntimeException) { - return ::utl::concatSequences(ODescriptor::getTypes(),OGroup_BASE::getTypes()); + return ::comphelper::concatSequences(ODescriptor::getTypes(),OGroup_BASE::getTypes()); } // ------------------------------------------------------------------------- void OGroup::disposing(void) |