summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-07-05 18:24:20 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2015-07-10 16:46:36 +0300
commit4a7c89fe51149a51ba29120288e4c5e732726097 (patch)
tree90204d20255fc0e3ed1348996cce8edd59ea9643 /sc/uiconfig
parentf7f4d985ad44ba0c644b2be02d09002b13d749f7 (diff)
Kill SID_TBXCTL_INSOBJ
The associated toolbar doesn't exist anymore, and most of the buttons that were there in (at least) OOo 2.0 were moved to the Insert toolbar (it's the one that's pulled from the "Insert" button). So kill it, and make Insert Chart/Object visible by default in the Insert toolbar. Change-Id: I84ea43f560ea23ceff2e885e9ce615b9d76f3075
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/toolbar/insertbar.xml4
-rw-r--r--sc/uiconfig/scalc/toolbar/toolbar.xml1
2 files changed, 2 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/toolbar/insertbar.xml b/sc/uiconfig/scalc/toolbar/insertbar.xml
index bdd373a42620..98cb2b818955 100644
--- a/sc/uiconfig/scalc/toolbar/insertbar.xml
+++ b/sc/uiconfig/scalc/toolbar/insertbar.xml
@@ -25,6 +25,6 @@
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
<toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/>
<toolbar:toolbaritem xlink:href=".uno:InsertObjectStarMath"/>
- <toolbar:toolbaritem xlink:href=".uno:DrawChart" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:InsertObject" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:DrawChart"/>
+ <toolbar:toolbaritem xlink:href=".uno:InsertObject"/>
</toolbar:toolbar>
diff --git a/sc/uiconfig/scalc/toolbar/toolbar.xml b/sc/uiconfig/scalc/toolbar/toolbar.xml
index 0bc03ae16bc1..2760b496a2be 100644
--- a/sc/uiconfig/scalc/toolbar/toolbar.xml
+++ b/sc/uiconfig/scalc/toolbar/toolbar.xml
@@ -20,7 +20,6 @@
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
<toolbar:toolbaritem xlink:href=".uno:InsertCtrl" toolbar:style="dropdown"/>
<toolbar:toolbaritem xlink:href=".uno:InsCellsCtrl" toolbar:style="dropdown"/>
- <toolbar:toolbaritem xlink:href=".uno:InsObjCtrl" toolbar:style="dropdown"/>
<toolbar:toolbaritem xlink:href=".uno:Config" toolbar:style="dropdown"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:AutoFormat"/>