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 /sw/source/uibase/sidebar/PageMarginControl.hxx | |
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 'sw/source/uibase/sidebar/PageMarginControl.hxx')
-rw-r--r-- | sw/source/uibase/sidebar/PageMarginControl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/sidebar/PageMarginControl.hxx b/sw/source/uibase/sidebar/PageMarginControl.hxx index a2b9e0a7deb2..761f5c7dfdec 100644 --- a/sw/source/uibase/sidebar/PageMarginControl.hxx +++ b/sw/source/uibase/sidebar/PageMarginControl.hxx @@ -37,7 +37,8 @@ #define SWPAGE_WIDE_VALUE2 2880 #define SWPAGE_WIDE_VALUE3 1800 -static const long MINBODY = 284; //0.5 cm in twips +// #i19922# - tdf#126051 see cui/source/tabpages/page.cxx and svx/source/dialog/hdft.cxx +static const long MINBODY = 56; // 1mm in twips rounded namespace sw { namespace sidebar { |