From e2282240add1b57d5eafae8e829ac18051a27f59 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 19 Oct 2017 23:07:48 +0200 Subject: [PATCH] offapi: fix TextFitToSize property Change-Id: I3c519e1377c09b53f02f360bb53f422ac1bad2b5 --- offapi/com/sun/star/drawing/TextProperties.idl | 4 ++-- 1 file 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;