mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-02 04:50:01 +00:00

... property #2" This reverts my 25.2 commitsd4dad2e181
and5a617f77ee
. Obviously this entire thing is just too broken for a simple guy like me to fix. It seems like each kind of control has its own definition of what should happen if the border is not specified. So much for ODF standardization of default style values... This makes it virtually impossible to force a setting at import time, and since styles (without specified fo:borders) could theoretically be shared between the different control types, it might also make it impossible to force an export as well? make CppunitTest_xmloff_style Change-Id: I0182878a16213ad2c7f06524fe85388aae86551f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187654 Reviewed-by: Justin Luth <jluth@mail.com> Tested-by: Jenkins