diff options
author | László Németh <nemeth@numbertext.org> | 2019-05-29 16:36:41 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2019-06-03 16:12:27 +0200 |
commit | 32262b0a537207832d7d126d8427d8949b9e821d (patch) | |
tree | 84e61d097038ecadd77921df2a60f34cab88a343 /cui | |
parent | a2720a24328fcee3bde431dc632c068b266228c9 (diff) |
tdf#120412 char formatting UI: clean-up DFLT_ESC_AUTO
Default auto values must be outside of the new
enlarged range of the superscript/subscript percent values.
Note: the raising limit was modified to 13999 from 14400,
because the RTF unit test tdf112208_hangingIndent.rtf
lost its hanging from the bigger value.
Change-Id: I3a7e9715a27570278ee4ee70f9fc9ad29457e100
Reviewed-on: https://gerrit.libreoffice.org/73166
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/chardlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index d1340a4463b3..8fa64293fe87 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx @@ -2705,7 +2705,7 @@ void SvxCharPositionPage::Reset( const SfxItemSet* rSet ) m_nSubProp = static_cast<sal_uInt8>(sUser.getToken( 0, ';', nIdx ).toInt32()); // tdf#120412 up to 14400% (eg. 1584 pt with 11 pt letters) - m_xHighLowMF->set_max(14400, FieldUnit::PERCENT); + m_xHighLowMF->set_max(MAX_ESC_POS, FieldUnit::PERCENT); //fdo#75307 validate all the entries and discard all of them if any are //out of range |