diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-05 18:24:20 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-10 16:46:36 +0300 |
commit | 4a7c89fe51149a51ba29120288e4c5e732726097 (patch) | |
tree | 90204d20255fc0e3ed1348996cce8edd59ea9643 /sc/source/ui/cctrl | |
parent | f7f4d985ad44ba0c644b2be02d09002b13d749f7 (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/source/ui/cctrl')
-rw-r--r-- | sc/source/ui/cctrl/tbinsert.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx index 85f9f6d61d53..049949cc1a69 100644 --- a/sc/source/ui/cctrl/tbinsert.cxx +++ b/sc/source/ui/cctrl/tbinsert.cxx @@ -84,11 +84,6 @@ VclPtr<SfxPopupWindow> ScTbxInsertCtrl::CreatePopupWindow() OUString aInsertCellsBarResStr( "private:resource/toolbar/insertcellsbar" ); createAndPositionSubToolBar( aInsertCellsBarResStr ); } - else - { - OUString aInsertObjectBarResStr( "private:resource/toolbar/insertobjectbar" ); - createAndPositionSubToolBar( aInsertObjectBarResStr ); - } return NULL; } |