summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/style/XStyle.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/XStyle.idl b/offapi/com/sun/star/style/XStyle.idl
index 29932e4f7564..4367c5c57303 100644
--- a/offapi/com/sun/star/style/XStyle.idl
+++ b/offapi/com/sun/star/style/XStyle.idl
@@ -55,6 +55,14 @@ 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 );
};