summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-09 10:31:05 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-09 10:31:05 +0000
commit93489506f521676812dfac0cdf74d1b03b967ef6 (patch)
treeef4f3981bf9b2c91c988b02f7ab7eae8297a0b17 /connectivity
parent3f1bf4a5773d7e789cdc96790e90dfc5cdaff981 (diff)
must change for comphelper
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/adabas/BTable.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/adabas/BTable.cxx b/connectivity/source/drivers/adabas/BTable.cxx
index 3452ed9b80df..880e08da8119 100644
--- a/connectivity/source/drivers/adabas/BTable.cxx
+++ b/connectivity/source/drivers/adabas/BTable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BTable.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:20 $
+ * last change: $Author: oj $ $Date: 2000-10-09 11:31:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,8 +92,8 @@
#ifndef _COM_SUN_STAR_SDBC_COLUMNVALUE_HPP_
#include <com/sun/star/sdbc/ColumnValue.hpp>
#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"
@@ -583,7 +583,7 @@ void SAL_CALL OAdabasTable::alterColumnByIndex( sal_Int32 index, const Reference
{
::cppu::OTypeCollection aTypes( ::getCppuType( (const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > *)0 ));
- return ::utl::concatSequences(aTypes.getTypes(),OTable_TYPEDEF::getTypes());
+ return ::comphelper::concatSequences(aTypes.getTypes(),OTable_TYPEDEF::getTypes());
}