summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2024-10-09 17:22:07 -0400
committerJustin Luth <jluth@mail.com>2024-10-10 18:52:22 +0200
commit5a617f77ee803eb65051e93f659ef66433879052 (patch)
tree536a0e5852acca91169c26d3b61764ff5a50a3de /sc/qa
parent683c005c2c3b9909f7eae18f06a1142b23978bc4 (diff)
tdf#156707 xmloff import: always provide ControlBorder property
The problem was that 3d textbox form controls were imported as flat. The default value for ControlBorder is 3d. Since caolan's 7.5.4 63b8e8bda29efbdde0e0bd7f7d2b18d5a9b7b135, all textboxes are initially created with a flat border instead of 3d. Since 3d is the fo:border default (and never specified), the newly created control had no override to force it to 3d. So this patch forces passing a ControlBorder property. On export, since the 3d property is the default value, ControlBorder is no even provided as something to be exported, and therefore only "solid" and "none" are ever exported as fo:border qualifiers. make CppunitTest_xmloff_style CPPUNIT_TEST_NAME=testTdf156707 Change-Id: Ib4541d5e3599dc42af6055062fd709e105bf5d14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174754 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'sc/qa')
0 files changed, 0 insertions, 0 deletions