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 +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include #endif #ifndef _TOOLS_DEBUG_HXX #include @@ -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 #endif -#ifndef _CPPUHELPER_EXTRACT_HXX_ -#include +#ifndef _COMPHELPER_EXTRACT_HXX_ +#include #endif #ifndef _CPPUHELPER_TYPEPROVIDER_HXX_ #include @@ -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 *