diff options
author | Radek Doulik <rodo@novell.com> | 2011-10-05 14:45:42 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2011-10-05 17:40:21 +0200 |
commit | 1c0ae973ddabddaf30fe1598127ba2e99a3d5531 (patch) | |
tree | bfa62af56007eada66f7609fc8f216d7b85c2cfd /offapi | |
parent | 4e6ee8000aa9ab75982351dce5a7c90ed2a465aa (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.idl | 4 |
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; }; //============================================================================= |