diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-03 17:48:40 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-03 17:58:48 +0100 |
commit | d9ef61fb546af443736057557552e3a95c569c11 (patch) | |
tree | 40e42d1f7d3574150699cf9b3b254fbe58703e42 /offapi | |
parent | b49ea0c9d24aa48d62590cb3443c3ad4143d2e2f (diff) |
API CHANGE: roll back the XStyle changes to add a new Hidden property on Style
Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/Style.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/style/XStyle.idl | 9 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7453696 -> 7443968 bytes |
3 files changed, 4 insertions, 9 deletions
diff --git a/offapi/com/sun/star/style/Style.idl b/offapi/com/sun/star/style/Style.idl index 31e7dd71365a..52089e17750b 100644 --- a/offapi/com/sun/star/style/Style.idl +++ b/offapi/com/sun/star/style/Style.idl @@ -135,6 +135,10 @@ published service Style */ [optional, property] sequence< com::sun::star::beans::NamedValue > ParaStyleConditions; + /** Flag indicating whether to hide the style in the UI. + @since LibreOffice 4.0 + */ + [optional, property] boolean Hidden; }; diff --git a/offapi/com/sun/star/style/XStyle.idl b/offapi/com/sun/star/style/XStyle.idl index 4367c5c57303..8ceb036bbc80 100644 --- a/offapi/com/sun/star/style/XStyle.idl +++ b/offapi/com/sun/star/style/XStyle.idl @@ -54,15 +54,6 @@ published interface XStyle: com::sun::star::container::XNamed */ void setParentStyle( [in] string aParentStyle ) raises( com::sun::star::container::NoSuchElementException ); - - - /** tells whether the style is hidden in the UI. - */ - boolean isHidden(); - - /** sets whether a style should be hidden in the UI. - */ - void setHidden( [in] boolean hidden ); }; diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex a6ff8e497437..d70c98f3cdc6 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |