cui/uiconfig/ui/charnamepage.ui | 18 ------------------ 1 file changed, 18 deletions(-)
New commits: commit b4f4570ed1d6f19ea9a1a3197e80b7453b377c31 Author: Michael Weghorn <[email protected]> AuthorDate: Sat Jan 17 00:52:54 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Jan 17 06:39:54 2026 +0100 tdf#130857 cui: Drop empty tab placeholders in charnamepage.ui These are just unnecessary placeholders. Drop them, which fixes an assert seen triggered with the qt6 VCL plugin and env variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set in a WIP branch declaring support for native Qt widgets for the dialog that can be triggered as follows: * start Writer * "Insert" -> "Chart" * right-click on the X axes to open the context menu * activate the "Format Axis" context menu entry Change-Id: I0660371e34030a0969419943ade528ba38ef8807 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197482 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index 3864223029d8..f5cc74a1a91e 100644 --- a/cui/uiconfig/ui/charnamepage.ui +++ b/cui/uiconfig/ui/charnamepage.ui @@ -340,18 +340,6 @@ <property name="tab-fill">False</property> </packing> </child> - <child> - <placeholder/> - </child> - <child type="tab"> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child type="tab"> - <placeholder/> - </child> </object> <packing> <property name="left-attach">0</property> @@ -877,12 +865,6 @@ <property name="tab-fill">False</property> </packing> </child> - <child> - <placeholder/> - </child> - <child type="tab"> - <placeholder/> - </child> </object> <packing> <property name="left-attach">1</property>
