8a34ff14f1
This is the final fix for tdf#41542 - enabling the UI to adjust the
padding without requiring an enabled border line.
Because almost every document edited by LO5.3 will gain the setting
ALLOW_PADDING_WITHOUT_BORDERS = false, it cannot be kept as a
preventative compatibility setting. Otherwise any document edited
in 5.3 would act differently from any other document - not being
allowed to modify borderless padding for frames, even in 5.4+.
That would be a very confusing corner-case that is best avoided,
so removing all compatibility code (which currently has no use).
So, if an AllowPaddingWithoutBorders=false compatibility
situation is ever required in the future, do not
resurrect the name ALLOW_PADDING_WITHOUT_BORDRES. Additionally, code
will also be needed to send the compatibility setting for
each type of border (page, paragraph, character, header, frames, image).
See commit
|
||
---|---|---|
.. | ||
annotsh.cxx | ||
basesh.cxx | ||
beziersh.cxx | ||
drawdlg.cxx | ||
drawsh.cxx | ||
drformsh.cxx | ||
drwbassh.cxx | ||
drwtxtex.cxx | ||
drwtxtsh.cxx | ||
frmsh.cxx | ||
grfsh.cxx | ||
grfshex.cxx | ||
langhelper.cxx | ||
listsh.cxx | ||
mediash.cxx | ||
navsh.cxx | ||
olesh.cxx | ||
slotadd.cxx | ||
tabsh.cxx | ||
textdrw.cxx | ||
textfld.cxx | ||
textglos.cxx | ||
textidx.cxx | ||
textsh.cxx | ||
textsh1.cxx | ||
textsh2.cxx | ||
txtattr.cxx | ||
txtcrsr.cxx | ||
txtnum.cxx |