summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/StackableDiagram.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/StackableDiagram.idl')
-rw-r--r--offapi/com/sun/star/chart/StackableDiagram.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/chart/StackableDiagram.idl b/offapi/com/sun/star/chart/StackableDiagram.idl
index 45b95251a8f2..8685734b7858 100644
--- a/offapi/com/sun/star/chart/StackableDiagram.idl
+++ b/offapi/com/sun/star/chart/StackableDiagram.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_chart_StackableDiagram_idl__
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/**
@@ -34,14 +32,12 @@ a helper service for stackable chart types (e.g., charts in
*/
published service StackableDiagram
{
- //-------------------------------------------------------------------------
/** If <TRUE/>, the series of the diagram are stacked and each
category sums up to 100%.
*/
[property] boolean Percent;
- //-------------------------------------------------------------------------
/** If <TRUE/>, the series of the diagram are stacked.
@@ -53,7 +49,6 @@ published service StackableDiagram
};
-//=============================================================================
}; }; }; };