diff options
Diffstat (limited to 'connectivity/source/drivers/ado/AView.cxx')
-rw-r--r-- | connectivity/source/drivers/ado/AView.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/ado/AView.cxx b/connectivity/source/drivers/ado/AView.cxx index 690eb3735e84..7f482b73ea68 100644 --- a/connectivity/source/drivers/ado/AView.cxx +++ b/connectivity/source/drivers/ado/AView.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AView.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:14:21 $ + * last change: $Author: oj $ $Date: 2000-10-09 11:23:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,8 +76,8 @@ #ifndef _CONNECTIVITY_ADO_AWRAPADO_HXX_ #include "ado/Awrapado.hxx" #endif -#ifndef _UTL_SEQUENCE_HXX_ -#include <unotools/sequence.hxx> +#ifndef _COMPHELPER_SEQUENCE_HXX_ +#include <comphelper/sequence.hxx> #endif // ------------------------------------------------------------------------- using namespace connectivity::ado; @@ -154,7 +154,7 @@ Any SAL_CALL OAdoView::queryInterface( const Type & rType ) throw(RuntimeExcepti { ::cppu::OTypeCollection aTypes( ::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > *)0 )); - return ::utl::concatSequences(aTypes.getTypes(),OAdoView::getTypes()); + return ::comphelper::concatSequences(aTypes.getTypes(),OAdoView::getTypes()); } //-------------------------------------------------------------------------- Sequence< sal_Int8 > OAdoView::getUnoTunnelImplementationId() |