diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-04-03 11:49:24 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-04-03 14:46:47 +0200 |
commit | c714be097bced6fa35421adcfd8561efd79c40a2 (patch) | |
tree | 95185848ea8d3ef14a54a596ee8eb8d4ece1f3fa /sw | |
parent | 3a09f1a04c6e60eb299fd1ac4b91ff6a67d12daf (diff) |
NB: remove Notebookbar selection cause it's integrated in ToolbarMode
Change-Id: Id7efb7902381dc00e749c0c302cf9e336c746876
Reviewed-on: https://gerrit.libreoffice.org/52299
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw')
4 files changed, 0 insertions, 28 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index 08f4e6f33b96..07e1b65e02bf 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -1928,13 +1928,6 @@ </object> </child> <child> - <object class="GtkMenuItem" id="NotebookbarD"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:Notebookbar</property> - </object> - </child> - <child> <object class="GtkSeparatorMenuItem" id="separator103"> <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 d8af199fc3af..ec1483fe1a04 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui @@ -2129,13 +2129,6 @@ </object> </child> <child> - <object class="GtkMenuItem" id="NotebookbarD"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:Notebookbar</property> - </object> - </child> - <child> <object class="GtkSeparatorMenuItem" id="separator103"> <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 1196655bfbdf..409ed484a23d 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui @@ -3142,13 +3142,6 @@ </object> </child> <child> - <object class="GtkMenuItem" id="NotebookbarD"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:Notebookbar</property> - </object> - </child> - <child> <object class="GtkSeparatorMenuItem" id="separator100"> <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 b862598b0c6c..5d554a929b3b 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui @@ -3099,13 +3099,6 @@ </object> </child> <child> - <object class="GtkMenuItem" id="NotebookbarD"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="action_name">.uno:Notebookbar</property> - </object> - </child> - <child> <object class="GtkSeparatorMenuItem" id="separator97"> <property name="visible">True</property> <property name="can_focus">False</property> |