diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-11-06 12:15:06 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-11-06 16:53:54 +0100 |
commit | a1f6a4667c985b6037e9041a938cb714bc03f5cd (patch) | |
tree | 3701083b3451903cd0833190a0d502a28440dbe5 /offapi | |
parent | 02b91a83b67f230bb58854340c79e94cc147bb12 (diff) |
offapi: document style::Style's new StyleInteropGrabBag property
Change-Id: Ie8a022858a1bbdf3c66044d9935e62675ea8cff0
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/Style.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/Style.idl b/offapi/com/sun/star/style/Style.idl index bd8118829641..28fccaed49ef 100644 --- a/offapi/com/sun/star/style/Style.idl +++ b/offapi/com/sun/star/style/Style.idl @@ -139,6 +139,16 @@ published service Style @since LibreOffice 4.0 */ [optional, property] boolean Hidden; + + /** Grab bag of style properties, used as a string-any map for interim interop purposes. + + @since LibreOffice 4.2 + + <p>This property is intentionally not handled by the ODF filter. Any + member that should be handled there should be first moved out from this grab + bag to a separate property.</p> + */ + [optional, property] sequence<com::sun::star::beans::PropertyValue> StyleInteropGrabBag; }; |