diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-19 10:52:20 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-19 10:52:20 +0000 |
commit | cdbcbba7680c87249327761a04e8cfb344a2bc35 (patch) | |
tree | 97bebdb39e466b2ed1dd3c04c2259888becd6a4b /forms/source/component/Columns.cxx | |
parent | 6801d3a45d355ae79c1e4390eab93179986bfe69 (diff) |
migrated from unotools to comphelper
Diffstat (limited to 'forms/source/component/Columns.cxx')
-rw-r--r-- | forms/source/component/Columns.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx index e6c053033753..24e29958a53a 100644 --- a/forms/source/component/Columns.cxx +++ b/forms/source/component/Columns.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Columns.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-09-19 14:41:51 $ + * last change: $Author: fs $ $Date: 2000-10-19 11:52:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,14 +90,14 @@ #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> #endif -#ifndef _UTL_SEQUENCE_HXX_ -#include <unotools/sequence.hxx> +#ifndef _COMPHELPER_SEQUENCE_HXX_ +#include <comphelper/sequence.hxx> #endif -#ifndef _UTL_PROPERTY_HXX_ -#include <unotools/property.hxx> +#ifndef _COMPHELPER_PROPERTY_HXX_ +#include <comphelper/property.hxx> #endif -#ifndef _UTL_BASIC_IO_HXX_ -#include <unotools/basicio.hxx> +#ifndef _COMPHELPER_BASIC_IO_HXX_ +#include <comphelper/basicio.hxx> #endif #ifndef _FRM_SERVICES_HXX_ |