[Libreoffice-commits] core.git: sd/uiconfig solenv/gbuild

Samuel Thibault sthibault at hypra.fr
Thu Jun 21 15:43:41 UTC 2018


 sd/uiconfig/simpress/ui/notebookbar.ui |    2 +-
 solenv/gbuild/UIConfig.mk              |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 62040f7cd65986b68054b1e17157af6b96f2be33
Author: Samuel Thibault <sthibault at hypra.fr>
Date:   Wed Jun 13 13:59:13 2018 +0200

    simpress: Fix duplicate ID in notebookbar.ui
    
    and enable the corresponding gla11y warning
    
    Change-Id: Iabf850f6831cb7d269aa74c9ab50461d35871a16
    Reviewed-on: https://gerrit.libreoffice.org/55750
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index cee0e4868eb0..f04e31458b1e 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -6739,7 +6739,7 @@
                             <property name="show_arrow">False</property>
                             <property name="icon_size">1</property>
                             <child>
-                              <object class="GtkToolButton" id="SlideShow-Presentation">
+                              <object class="GtkToolButton" id="SlideShowMenu-Presentation">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                                 <property name="valign">center</property>
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk
index 6113161d970d..1ebb9c3e5d48 100644
--- a/solenv/gbuild/UIConfig.mk
+++ b/solenv/gbuild/UIConfig.mk
@@ -163,6 +163,7 @@ gb_UIConfig_gla11y_PARAMETERS += --enable-type orphan-label
 gb_UIConfig_gla11y_PARAMETERS += --enable-type undeclared-target
 gb_UIConfig_gla11y_PARAMETERS += --enable-type missing-label-for
 gb_UIConfig_gla11y_PARAMETERS += --enable-type missing-labelled-by
+gb_UIConfig_gla11y_PARAMETERS += --enable-type duplicate-id
 
 # These are often buttons with only an image
 gb_UIConfig_gla11y_PARAMETERS += --enable-type button-no-label


More information about the Libreoffice-commits mailing list