summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-15 08:02:28 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-15 08:02:28 +0000
commitec5e3ec040e576c0b87f3f47e778d2895fa2a6fc (patch)
tree9610eaf2e4c2dd8625f62f3fba30093bd2ddbacb /extensions/source
parentac91f46c41f4299798edd1cbb0d262d40edb17f0 (diff)
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx11
-rw-r--r--extensions/source/propctrlr/propcontroller.cxx11
2 files changed, 14 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx
index f516d440b659..1e6571ce0df4 100644
--- a/extensions/source/propctrlr/formcontroller.cxx
+++ b/extensions/source/propctrlr/formcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formcontroller.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: ab $ $Date: 2001-03-03 14:23:49 $
+ * last change: $Author: fs $ $Date: 2001-03-15 09:02:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,8 +90,8 @@
#ifndef _EXTENSIONS_PROPCTRLR_FORMMETADATA_HXX_
#include "formmetadata.hxx"
#endif
-#ifndef _CPPUHELPER_EXTRACT_HXX_
-#include <cppuhelper/extract.hxx>
+#ifndef _COMPHELPER_EXTRACT_HXX_
+#include <comphelper/extract.hxx>
#endif
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
@@ -2636,6 +2636,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.11 2001/03/03 14:23:49 ab
+ * Integrated access to XScriptsEventSupplier for new UNO dialogs
+ *
* Revision 1.10 2001/02/22 09:31:29 tbe
* added properties for dialog controls
*
diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx
index 3af09e9c1964..a14f8116dd7e 100644
--- a/extensions/source/propctrlr/propcontroller.cxx
+++ b/extensions/source/propctrlr/propcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propcontroller.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: tbe $ $Date: 2001-02-23 15:08:45 $
+ * last change: $Author: fs $ $Date: 2001-03-15 09:02:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,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
#ifndef _CPPUHELPER_TYPEPROVIDER_HXX_
#include <cppuhelper/typeprovider.hxx>
@@ -969,6 +969,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.9 2001/02/23 15:08:45 tbe
+ * AnyToString didn't get property id
+ *
* Revision 1.8 2001/02/20 08:50:31 fs
* do a syncViewToProperty when selecting a page
*