summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart2/ErrorBar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/ErrorBar.idl')
-rw-r--r--offapi/com/sun/star/chart2/ErrorBar.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/chart2/ErrorBar.idl b/offapi/com/sun/star/chart2/ErrorBar.idl
index 384bb4f30ab3..7d022141c0e2 100644
--- a/offapi/com/sun/star/chart2/ErrorBar.idl
+++ b/offapi/com/sun/star/chart2/ErrorBar.idl
@@ -33,12 +33,8 @@ module star
module chart2
{
-/**
- */
service ErrorBar
{
- /**
- */
service ::com::sun::star::drawing::LineProperties;
/** allows attaching data sequences to the error bars.
@@ -55,24 +51,16 @@ service ErrorBar
*/
[property] long ErrorBarStyle;
- /**
- */
[property] double PositiveError;
- /**
- */
[property] double NegativeError;
/** The weight for the standard deviation.
*/
[property] double Weight;
- /**
- */
[property] boolean ShowPositiveError;
- /**
- */
[property] boolean ShowNegativeError;
};