summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2019-03-26 11:56:40 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2019-03-26 20:06:01 +0100
commit4b46adb58e843dacc0e5448fb1e598ed97c89e93 (patch)
treeac645acf1ed078ac3a9db24c97547521c2f6a702 /sd
parent97ff2b5fb8d3f6812c7d2f0a59d1accbff03c468 (diff)
tdf#122989 remove update check from notebookbar for the moment
Temp fix, since update check is an extension, and extensions can't currently modify notebookbars. This needs implementation of something like https://wiki.openoffice.org/wiki/Framework/Article/Addon_Menu_Toolbar_Merging for notebookbar popup menus. Such that Addons.xcs provide some merge points with notebookbar menu IDs, we can then plug into existing popup menus. Change-Id: If30525fec1e7be0429e351588614618c5f56cdd4 Reviewed-on: https://gerrit.libreoffice.org/69735 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 98174e163348ab44461f114142bc546e97720eec) Reviewed-on: https://gerrit.libreoffice.org/69741 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/sdraw/ui/notebookbar.ui8
-rw-r--r--sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui8
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar.ui8
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui8
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui24
5 files changed, 0 insertions, 56 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui
index 95ac1e833e58..f3d9aff2aaf1 100644
--- a/sd/uiconfig/sdraw/ui/notebookbar.ui
+++ b/sd/uiconfig/sdraw/ui/notebookbar.ui
@@ -764,14 +764,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="MenuHelp-UpdateMenu">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
- <property name="label" translatable="yes" context="DrawNotebookbar|Help">_Check for Updates...</property>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="MenuHelp-separator4">
<property name="visible">True</property>
<property name="can_focus">False</property>
diff --git a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui
index 9eb7f06c8f94..c9434a7a001f 100644
--- a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui
+++ b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui
@@ -2237,14 +2237,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="MenuSettings-UpdateMenu">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
- <property name="label" translatable="yes" context="draw_notebookbar_groupedbar_compact|Menu">_Check for Updates...</property>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="MenuSettings-separator3">
<property name="visible">True</property>
<property name="can_focus">False</property>
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index fa1a55711ed5..8d3bebf48b62 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -764,14 +764,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="MenuHelp-UpdateMenu">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
- <property name="label" translatable="yes" context="ImpressNotebookbar|Help">_Check for Updates...</property>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="MenuHelp-separator4">
<property name="visible">True</property>
<property name="can_focus">False</property>
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui
index 8d985a9dc092..b5a5445e35b9 100644
--- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui
@@ -2243,14 +2243,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="MenuSettings-UpdateMenu">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
- <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|Menu">_Check for Updates...</property>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="MenuSettings-separator3">
<property name="visible">True</property>
<property name="can_focus">False</property>
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
index 98c3ee22fb36..8806c8e9c8e8 100644
--- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
@@ -1414,14 +1414,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="UpdateMenuD">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
- <property name="label" context="notebookbar_groupedbar_full|Help" translatable="yes">_Check for Updates...</property>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="separator113">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -2108,14 +2100,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="UpdateMenuD1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
- <property name="label" context="notebookbar_groupedbar_full|Menu" translatable="yes">_Check for Updates...</property>
- </object>
- </child>
- <child>
<object class="GtkSeparatorMenuItem" id="separator58">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -2592,14 +2576,6 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="UpdateMenuD2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="action_name">vnd.sun.star.job:alias=UpdateCheck</property>
- <property name="label" context="notebookbar_groupedbar_full|Tools" translatable="yes">_Check for Updates...</property>
- </object>
- </child>
- <child>
<object class="GtkMenuItem" id="OptionsTreeDialogD2">
<property name="visible">True</property>
<property name="can_focus">False</property>