summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-10-19 23:07:48 +0200
committerMichael Stahl <mstahl@redhat.com>2017-10-20 11:16:46 +0200
commite2282240add1b57d5eafae8e829ac18051a27f59 (patch)
tree1716a617c9ee55d58c5a678663a5c8373e4585ef /offapi
parentc4881cb8f17182dd4ec3fb9b01feab3ee5f2703a (diff)
offapi: fix TextFitToSize property
Change-Id: I3c519e1377c09b53f02f360bb53f422ac1bad2b5
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/TextProperties.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/TextProperties.idl b/offapi/com/sun/star/drawing/TextProperties.idl
index bd0ff90819ed..4516c9829781 100644
--- a/offapi/com/sun/star/drawing/TextProperties.idl
+++ b/offapi/com/sun/star/drawing/TextProperties.idl
@@ -120,8 +120,8 @@ published service TextProperties
[property] boolean TextContourFrame;
- /** With this set to `TRUE`, the text inside of the Shape
- is stretched to fit into the Shape.
+ /** With this set to a value other than `NONE`, the text inside of
+ the Shape is stretched or scaled to fit into the Shape.
*/
[property] com::sun::star::drawing::TextFitToSizeType TextFitToSize;