diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-09-02 14:15:45 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-09-02 14:15:45 +0000 |
commit | c0a3e60be7be2b161d0ad6d4325eac1cec430e6b (patch) | |
tree | 27c30e54b0b73c6c99bb8b90c7bd612d97a1938d /offapi | |
parent | a55732e8d1e281bc6363277b3068080c0ca25ef1 (diff) |
#65293# forgot an include
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/form/PropertyBrowserController.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl index 24df77f73b80..11063d70c22b 100644 --- a/offapi/com/sun/star/form/PropertyBrowserController.idl +++ b/offapi/com/sun/star/form/PropertyBrowserController.idl @@ -2,9 +2,9 @@ * * $RCSfile: PropertyBrowserController.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2002-09-02 12:09:59 $ + * last change: $Author: fs $ $Date: 2002-09-02 15:15:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,10 @@ #include <com/sun/star/beans/XFastPropertySet.idl> #endif +#ifndef __com_sun_star_beans_XMultiPropertySet_idl__ +#include <com/sun/star/beans/XMultiPropertySet.idl> +#endif + //============================================================================= module com { module sun { module star { module form { |