From 8c5452044b54b00a8cd5cd98b01d61995d7e2660 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 Jun 2016 09:15:55 +0100 Subject: Resolves: tdf#93135 there is no SDRATTR_TEXT_AUTOGROWSIZE property as far as I can see there is no use of SDRATTR_TEXT_AUTOGROWSIZE anywhere, just a reuse of SDRATTR_TEXT_AUTOGROWHEIGHT for a different mechanism to resize the surrounding shape to fit text in custom shapes. Note there is another different feature to resize text to fit into its frame of SDRATTR_TEXT_FITTOSIZE. Change-Id: Icf08966c70ef79271f462da7d4b2c6e8e855d5df --- cui/source/tabpages/textattr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/tabpages/textattr.cxx b/cui/source/tabpages/textattr.cxx index 1e92b6c4cdb6..29e6325f69ea 100644 --- a/cui/source/tabpages/textattr.cxx +++ b/cui/source/tabpages/textattr.cxx @@ -44,7 +44,7 @@ const sal_uInt16 SvxTextAttrPage::pRanges[] = SDRATTR_MISC_FIRST , SDRATTR_TEXT_HORZADJUST , SDRATTR_TEXT_WORDWRAP - , SDRATTR_TEXT_AUTOGROWSIZE + , SDRATTR_TEXT_WORDWRAP , 0 }; -- cgit