summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/XStyleCondition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/XStyleCondition.idl')
-rw-r--r--offapi/com/sun/star/style/XStyleCondition.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/style/XStyleCondition.idl b/offapi/com/sun/star/style/XStyleCondition.idl
index 462aa9df25b3..59058b4f5049 100644
--- a/offapi/com/sun/star/style/XStyleCondition.idl
+++ b/offapi/com/sun/star/style/XStyleCondition.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This interface makes it possible to access conditional styles of the object.
@@ -34,14 +32,12 @@
*/
published interface XStyleCondition: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
the style condition for the specified type.
*/
string getStyleConditionByType( [in] short TextType );
- //-------------------------------------------------------------------------
/** sets the style condition for the specified type.
*/
@@ -50,7 +46,6 @@ published interface XStyleCondition: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };