offapi: fix TextFitToSize property

Change-Id: I3c519e1377c09b53f02f360bb53f422ac1bad2b5
This commit is contained in:
Michael Stahl 2017-10-19 23:07:48 +02:00
parent c4881cb8f1
commit e2282240ad

View file

@ -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;