diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-17 20:29:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 09:38:52 +0200 |
commit | cefce1a247a4674c5726a31b61571eab16328a0b (patch) | |
tree | fe18f6c5a77733467c01a6a59bda3c7c2615915a /cui/source | |
parent | f1824e27511709614ea3c03209caee1c22e2ab10 (diff) |
tdf#126051 sync MINBODY copies to same value
Change-Id: Id41da7b07dcb25e820e5fd20aed595b1170fa204
Reviewed-on: https://gerrit.libreoffice.org/75807
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/page.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx index a5e7269c224c..dd250a1fe532 100644 --- a/cui/source/tabpages/page.cxx +++ b/cui/source/tabpages/page.cxx @@ -61,7 +61,8 @@ // static ---------------------------------------------------------------- -static const long MINBODY = 284; // 0,5 cm rounded up in twips +// #i19922# - tdf#126051 see svx/source/dialog/hdft.cxx and sw/source/uibase/sidebar/PageMarginControl.hxx +static const long MINBODY = 56; // 1mm in twips rounded const sal_uInt16 SvxPageDescPage::pRanges[] = { |