diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-03-29 11:07:30 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-03-29 12:51:54 +0200 |
commit | 2e4f1af79cf58f8750d3b6b21e47caff8704c13f (patch) | |
tree | 532e2c2e2218c1878799a4be0efd50bd3ddf6438 /sd/uiconfig | |
parent | 7461d1a3a3519093cf05b09fcf49e514df5ed94e (diff) |
Fix duplicate object ID
...introduced with 1bad47097694de957857c9c891bf79a4873a97c4 "tdf#67614 - Added
the FHD image resolution", causing CppunitTest_sd_dialogs_test to SIGABRT with
> warn:vcl.gtk:800970:800970:vcl/unx/gtk3/gtk3gtkinst.cxx:17012: GtkInstanceBuilder: error when calling gtk_builder_add_from_file: instdir/share/config/soffice.cfg/modules/simpress/ui/publishingdialog.ui:1197:1 Duplicate object ID 'resolution3Radiobutton-atkobject' (previously on line 1174)
> cppunittester: vcl/unx/gtk3/gtk3gtkinst.cxx:17015: (anonymous namespace)::GtkInstanceBuilder::GtkInstanceBuilder(GtkWidget *, std::u16string_view, const rtl::OUString &, SystemChildWindow *, bool): Assertion `rc && "could not load UI file"' failed.
Change-Id: I7bee0b5f2a675ffe27c9920f6a31d6f906abb90f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113298
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/publishingdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui index d6d2e0be92d3..c30f8c2b5875 100644 --- a/sd/uiconfig/simpress/ui/publishingdialog.ui +++ b/sd/uiconfig/simpress/ui/publishingdialog.ui @@ -1193,7 +1193,7 @@ <property name="draw_indicator">True</property> <property name="group">resolution1Radiobutton</property> <child internal-child="accessible"> - <object class="AtkObject" id="resolution3Radiobutton-atkobject"> + <object class="AtkObject" id="resolution4Radiobutton-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="publishingdialog|extended_tip|resolution4Radiobutton">Select a full hd resolution for a very high quality slide display.</property> </object> </child> |