diff options
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[] = { |