summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/TableConditionalEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/TableConditionalEntry.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableConditionalEntry.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/TableConditionalEntry.idl b/offapi/com/sun/star/sheet/TableConditionalEntry.idl
index a710a848ed7b..491ccc53075a 100644
--- a/offapi/com/sun/star/sheet/TableConditionalEntry.idl
+++ b/offapi/com/sun/star/sheet/TableConditionalEntry.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/sheet/XSheetCondition.idl>
#include <com/sun/star/sheet/XSheetConditionalEntry.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a single condition in a conditional format.
@@ -35,13 +33,11 @@ module com { module sun { module star { module sheet {
*/
published service TableConditionalEntry
{
- //-------------------------------------------------------------------------
/** provides methods to access the settings of this condition.
*/
interface com::sun::star::sheet::XSheetCondition;
- //-------------------------------------------------------------------------
/** provides methods to access the cell style name for this condition.
*/
@@ -49,7 +45,6 @@ published service TableConditionalEntry
};
-//=============================================================================
}; }; }; };