extract now in comphelper

This commit is contained in:
Hans-Joachim Lankenau 2001-03-13 17:24:20 +00:00
parent a56ba85da0
commit 93b1cb2cd0
2 changed files with 8 additions and 8 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: property.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: fs $ $Date: 2001-01-24 09:06:38 $
* last change: $Author: hjs $ $Date: 2001-03-13 18:24:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -65,8 +65,8 @@
#ifndef _CPPUHELPER_PROPTYPEHLP_HXX
#include <cppuhelper/proptypehlp.hxx>
#endif
#ifndef _CPPUHELPER_EXTRACT_HXX_
#include <cppuhelper/extract.hxx>
#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>
#endif
#ifndef _COM_SUN_STAR_BEANS_PROPERTY_HPP_
#include <com/sun/star/beans/Property.hpp>

View file

@ -2,9 +2,9 @@
*
* $RCSfile: types.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: oj $ $Date: 2000-12-06 12:44:00 $
* last change: $Author: hjs $ $Date: 2001-03-13 18:21:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -66,8 +66,8 @@
#include <comphelper/datetime.hxx>
#endif
#ifndef _CPPUHELPER_EXTRACT_HXX_
#include <cppuhelper/extract.hxx>
#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>
#endif
#ifndef _COM_SUN_STAR_UTIL_DATE_HPP_