summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
index a20d5a20c820..00f8acfd2fbf 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapePath.idl
@@ -97,6 +97,10 @@ service EnhancedCustomShapePath
default is false;
*/
[optional, property] boolean TextPathAllowed;
+
+ /** This property specifies view size per sub path
+ */
+ [optional, property] sequence< ::com::sun::star::awt::Size > SubViewSize;
};
//=============================================================================