summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart/ChartSolidType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartSolidType.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartSolidType.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/chart/ChartSolidType.idl b/offapi/com/sun/star/chart/ChartSolidType.idl
index 19a2402f2b8d..c200a7db339b 100644
--- a/offapi/com/sun/star/chart/ChartSolidType.idl
+++ b/offapi/com/sun/star/chart/ChartSolidType.idl
@@ -29,36 +29,30 @@
#define __com_sun_star_chart_ChartSolidType_idl__
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** These values specify the type of solid shapes for data points of
3D bar charts.
*/
published constants ChartSolidType
{
- //-------------------------------------------------------------------------
/** extruded rectangle, i.e., a cuboid
*/
const long RECTANGULAR_SOLID = 0;
- //-------------------------------------------------------------------------
/** cylinder with a circle as base
*/
const long CYLINDER = 1;
- //-------------------------------------------------------------------------
/** cone with a circle as base
*/
const long CONE = 2;
- //-------------------------------------------------------------------------
/** pyramidal with a square as base
*/
@@ -66,7 +60,6 @@ published constants ChartSolidType
};
-//=============================================================================
}; }; }; };