summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-10-05 14:45:42 +0200
committerRadek Doulik <rodo@novell.com>2011-10-05 17:40:21 +0200
commit1c0ae973ddabddaf30fe1598127ba2e99a3d5531 (patch)
treebfa62af56007eada66f7609fc8f216d7b85c2cfd /offapi
parent4e6ee8000aa9ab75982351dce5a7c90ed2a465aa (diff)
add another ARC command
- defined by start and swing angles + ellipse width and height
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
index 4c65a23ada90..91ec9b697691 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.idl
@@ -105,6 +105,10 @@ constants EnhancedCustomShapeSegmentCommand
/**
*/
const short QUADRATICCURVETO = 16;
+
+ /**
+ */
+ const short ARCANGLETO = 17;
};
//=============================================================================