summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/XStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/XStyle.idl')
-rw-r--r--offapi/com/sun/star/style/XStyle.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/style/XStyle.idl b/offapi/com/sun/star/style/XStyle.idl
index 92280ec71668..29932e4f7564 100644
--- a/offapi/com/sun/star/style/XStyle.idl
+++ b/offapi/com/sun/star/style/XStyle.idl
@@ -24,37 +24,31 @@
#include <com/sun/star/container/NoSuchElementException.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** specifies a template for a style (aka style sheet).
*/
published interface XStyle: com::sun::star::container::XNamed
{
- //-------------------------------------------------------------------------
/** identifies a style as defined by the user.
*/
boolean isUserDefined();
- //-------------------------------------------------------------------------
/** @returns
<TRUE/> if this type is used in the document.
*/
boolean isInUse();
- //-------------------------------------------------------------------------
/** @returns
the name of the parent style, probably empty.
*/
string getParentStyle();
- //-------------------------------------------------------------------------
/** sets the name of the parent style.
*/
@@ -63,7 +57,6 @@ published interface XStyle: com::sun::star::container::XNamed
};
-//=============================================================================
}; }; }; };