summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-03-13 17:24:20 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-03-13 17:24:20 +0000
commit93b1cb2cd0241817e5d3d079223768539df6cc51 (patch)
tree3d32b60b5669dfd2bd5ea1f7fda9b7cb27981c74 /comphelper
parenta56ba85da0d6747786f75a122fd51477b96c348e (diff)
extract now in comphelper
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/property.hxx8
-rw-r--r--comphelper/source/misc/types.cxx8
2 files changed, 8 insertions, 8 deletions
diff --git a/comphelper/inc/comphelper/property.hxx b/comphelper/inc/comphelper/property.hxx
index 1ccadb984a1d..eae7ac404a8e 100644
--- a/comphelper/inc/comphelper/property.hxx
+++ b/comphelper/inc/comphelper/property.hxx
@@ -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>
diff --git a/comphelper/source/misc/types.cxx b/comphelper/source/misc/types.cxx
index 261921f92e4c..a6a982f85d7b 100644
--- a/comphelper/source/misc/types.cxx
+++ b/comphelper/source/misc/types.cxx
@@ -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_