diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2019-03-26 11:56:40 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2019-03-26 13:37:28 +0100 |
commit | 98174e163348ab44461f114142bc546e97720eec (patch) | |
tree | 4760b494fea7d3619cace4aff12c99d5cc3764c1 /sw/uiconfig | |
parent | d9de9d2d33bffb0032eac563079f66b13f1ca426 (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>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 8 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_compact.ui | 8 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui | 8 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui | 16 |
4 files changed, 0 insertions, 40 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index f7fa29e1a64c..ecbb847ae938 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -493,14 +493,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="WriterNotebookbar|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/sw/uiconfig/swriter/ui/notebookbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_compact.ui index fa6088683977..4dc63301849e 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui @@ -1891,14 +1891,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" translatable="yes" context="notebookbar_compact|Update">_Check for Updates...</property> - </object> - </child> - <child> <object class="GtkMenuItem" id="OptionsTreeDialogD"> <property name="visible">True</property> <property name="can_focus">False</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui index 422a7237c5cf..6fa718f7fd85 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui @@ -2531,14 +2531,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|MenuAction">_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/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui index e2a2dd2f01af..83dc336e629f 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui @@ -1498,14 +1498,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="notebookbar_groupedbar_full|HelpButton">_Check for Updates...</property> - </object> - </child> - <child> <object class="GtkSeparatorMenuItem" id="MenuHelp-separator3"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -2688,14 +2680,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_full|MenuButton">_Check for Updates...</property> - </object> - </child> - <child> <object class="GtkSeparatorMenuItem" id="MenuSettings-separator3"> <property name="visible">True</property> <property name="can_focus">False</property> |