diff options
author | Noel Grandin <noel@peralex.com> | 2013-03-20 09:16:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-04-08 13:53:02 +0200 |
commit | 3cfecf8427c529c7c1d32be2b361934b63fa6933 (patch) | |
tree | 0eed4fbb77434a558dd48234a95b099a9ada534b /offapi | |
parent | 002aab309055b7feeeeeb25c1835b6abe6646729 (diff) |
fdo#46808, Convert beans::PropertyBag to new style
Change-Id: Ibb2466af4c9289cba93b8330d10db033d296bfc1
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/form/FormComponent.idl | 4 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7439872 -> 7439872 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/FormComponent.idl b/offapi/com/sun/star/form/FormComponent.idl index 3ab1545e7970..8d3aa13c50cd 100644 --- a/offapi/com/sun/star/form/FormComponent.idl +++ b/offapi/com/sun/star/form/FormComponent.idl @@ -24,7 +24,7 @@ #include <com/sun/star/container/XNamed.idl> #include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/io/XPersistObject.idl> -#include <com/sun/star/beans/PropertyBag.idl> +#include <com/sun/star/beans/XPropertyBag.idl> @@ -84,7 +84,7 @@ published service FormComponent @since OOo 2.3 */ - [optional] service com::sun::star::beans::PropertyBag; + [optional] interface com::sun::star::beans::XPropertyBag; /** the name of the component. diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex 48ce5b9889d9..86a07526106d 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |