diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-03-16 13:37:07 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-03-16 13:37:07 +0000 |
commit | 0ccbd5e1389c4a62a677482210cee1789e611d08 (patch) | |
tree | d5a90f908b5710e15e9ac1141ccb1821b97edee1 /xmloff/source/style | |
parent | d73be579fe33535ee7ef9749f2ca9755166ad37f (diff) |
did the required change (move of extract.hxx form cppuhelper to comphelper)
Diffstat (limited to 'xmloff/source/style')
5 files changed, 20 insertions, 20 deletions
diff --git a/xmloff/source/style/EnumPropertyHdl.cxx b/xmloff/source/style/EnumPropertyHdl.cxx index e9a8ba60764e..59a09616a39b 100644 --- a/xmloff/source/style/EnumPropertyHdl.cxx +++ b/xmloff/source/style/EnumPropertyHdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: EnumPropertyHdl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cl $ $Date: 2000-12-07 19:17:02 $ + * last change: $Author: sab $ $Date: 2001-03-16 14:37:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,8 +71,8 @@ #include "xmluconv.hxx" #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif #ifndef _RTL_USTRING_ diff --git a/xmloff/source/style/NamedBoolPropertyHdl.cxx b/xmloff/source/style/NamedBoolPropertyHdl.cxx index a7c65f9488c3..eddb73f35ee6 100644 --- a/xmloff/source/style/NamedBoolPropertyHdl.cxx +++ b/xmloff/source/style/NamedBoolPropertyHdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: NamedBoolPropertyHdl.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:07:04 $ + * last change: $Author: sab $ $Date: 2001-03-16 14:37:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,8 +67,8 @@ #include "xmluconv.hxx" #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif #ifndef _RTL_USTRING_ diff --git a/xmloff/source/style/PageMasterPropHdl.cxx b/xmloff/source/style/PageMasterPropHdl.cxx index 22970c1842d7..b6eb7bf79e3d 100644 --- a/xmloff/source/style/PageMasterPropHdl.cxx +++ b/xmloff/source/style/PageMasterPropHdl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: PageMasterPropHdl.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: sab $ $Date: 2001-02-01 17:47:28 $ + * last change: $Author: sab $ $Date: 2001-03-16 14:37:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,8 +90,8 @@ #ifndef _COMPHELPER_TYPES_HXX_ #include <comphelper/types.hxx> #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif using namespace ::rtl; diff --git a/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx b/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx index fdafda6d2621..9c2b568ca7f6 100644 --- a/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx +++ b/xmloff/source/style/XMLBitmapLogicalSizePropertyHandler.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLBitmapLogicalSizePropertyHandler.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: cl $ $Date: 2000-12-12 17:16:50 $ + * last change: $Author: sab $ $Date: 2001-03-16 14:37:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,8 +77,8 @@ #include "XMLBitmapLogicalSizePropertyHandler.hxx" #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif using namespace ::com::sun::star; diff --git a/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx b/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx index 0d871ecec0b9..6a4b0b0658e8 100644 --- a/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx +++ b/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLFillBitmapSizePropertyHandler.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: cl $ $Date: 2000-12-12 17:16:50 $ + * last change: $Author: sab $ $Date: 2001-03-16 14:37:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,8 +77,8 @@ #include "XMLFillBitmapSizePropertyHandler.hxx" #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include <cppuhelper/extract.hxx> +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include <comphelper/extract.hxx> #endif using namespace ::com::sun::star; |