summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl38
1 files changed, 0 insertions, 38 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
index 00da71a95249..8411dfba1d61 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
@@ -24,80 +24,42 @@
module com { module sun { module star { module drawing {
-/**
- */
constants EnhancedCustomShapeSegmentCommand
{
- /**
- */
const short UNKNOWN = 0;
- /**
- */
const short MOVETO = 1;
- /**
- */
const short LINETO = 2;
- /**
- */
const short CURVETO = 3;
- /**
- */
const short CLOSESUBPATH = 4;
- /**
- */
const short ENDSUBPATH = 5;
- /**
- */
const short NOFILL = 6;
- /**
- */
const short NOSTROKE = 7;
- /**
- */
const short ANGLEELLIPSETO = 8;
- /**
- */
const short ANGLEELLIPSE = 9;
- /**
- */
const short ARCTO = 10;
- /**
- */
const short ARC = 11;
- /**
- */
const short CLOCKWISEARCTO = 12;
- /**
- */
const short CLOCKWISEARC = 13;
- /**
- */
const short ELLIPTICALQUADRANTX = 14;
- /**
- */
const short ELLIPTICALQUADRANTY = 15;
- /**
- */
const short QUADRATICCURVETO = 16;
- /**
- */
const short ARCANGLETO = 17;
/**