summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-06-09 09:15:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-06-09 09:59:47 +0100
commit8c5452044b54b00a8cd5cd98b01d61995d7e2660 (patch)
tree1d0615725724ebaf4bc81807a134836b36091934 /cui
parentd1df071c3fc452817746a8daa13000d2df667aba (diff)
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
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/textattr.cxx2
1 files changed, 1 insertions, 1 deletions
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
};