diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-10-30 00:32:12 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-10-30 07:28:51 +0100 |
commit | 5242ad5f2b4ad44fee8a6b2524e55907d3329ad1 (patch) | |
tree | bd109c56d13873b492d2cfaea9dec069e3d717c2 /sd | |
parent | 7598df03159c45eab011b15a47dc824676008f3d (diff) |
Tabbed Notebookbar: Show Draw toolbar didn't work so was removed
Change-Id: Iab3af7ee75597b148a60d6d7d90c6104d80ca2cb
Reviewed-on: https://gerrit.libreoffice.org/62536
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 12 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index 23f5f5fc5a7b..f2f9811e837d 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -4864,18 +4864,6 @@ <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <property name="icon_size">1</property> - <child> - <object class="GtkToolButton" id="Insert-InsertDraw"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="valign">center</property> - <property name="action_name">.uno:InsertDraw</property> - </object> - <packing> - <property name="expand">True</property> - <property name="homogeneous">True</property> - </packing> - </child> </object> <packing> <property name="expand">False</property> diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index 0b6f89c072d6..3aeed04add40 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -5392,18 +5392,6 @@ <property name="toolbar_style">both-horiz</property> <property name="show_arrow">False</property> <property name="icon_size">1</property> - <child> - <object class="GtkToolButton" id="Insert-InsertDraw"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="valign">center</property> - <property name="action_name">.uno:InsertDraw</property> - </object> - <packing> - <property name="expand">True</property> - <property name="homogeneous">True</property> - </packing> - </child> </object> <packing> <property name="expand">False</property> |