diff options
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl index 73b8dc686585..60afa802e2f0 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl @@ -36,6 +36,11 @@ struct EnhancedCustomShapeAdjustmentValue /** */ ::com::sun::star::beans::PropertyState State; + + + /** optional name, used by pptx import/export for custom shape presets + */ + string Name; }; |