diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index ac8a65d1d478..735d62d68123 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseForm.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: fs $ $Date: 2001-02-19 14:34:36 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:44:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -218,8 +218,8 @@ #ifndef _INETTYPE_HXX #include #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include #endif #ifndef _VOS_MUTEX_HXX_ #include diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx index 9fc1733d8a36..ca51c47f9724 100644 --- a/forms/source/component/Grid.cxx +++ b/forms/source/component/Grid.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Grid.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fs $ $Date: 2001-01-08 08:15:57 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:44:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,8 +87,8 @@ #ifndef _CPPUHELPER_QUERYINTERFACE_HXX_ #include #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include #endif #ifndef _COMPHELPER_CONTAINER_HXX_ #include diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index 0cf7e728ed2a..8fe6a5b278c9 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ImageControl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: fs $ $Date: 2001-02-12 12:07:00 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:44:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,8 +118,8 @@ #ifndef _UNOTOOLS_STREAMHELPER_HXX_ #include #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include #endif #ifndef _UNTOOLS_UCBSTREAMHELPER_HXX #include diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx index b4846473d9a5..2fe2895c1c04 100644 --- a/forms/source/component/RadioButton.cxx +++ b/forms/source/component/RadioButton.cxx @@ -2,9 +2,9 @@ * * $RCSfile: RadioButton.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fs $ $Date: 2001-02-21 11:01:15 $ + * last change: $Author: fs $ $Date: 2001-03-15 08:44:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,8 +74,8 @@ #ifndef _TOOLS_DEBUG_HXX #include #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include #endif #ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_