summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.cxx
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/propctrlr/formcontroller.cxx
parentac91f46c41f4299798edd1cbb0d262d40edb17f0 (diff)
cppuhelper/extract -> comphelper/extract
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.cxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx11
1 files changed, 7 insertions, 4 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
*