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/inc | |
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/inc')
-rw-r--r-- | sc/inc/sc.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index da4678d7a081..c332cd2d0e33 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -616,7 +616,6 @@ // slots for toolbox controller in toolbar #define SID_TBXCTL_INSERT (SID_NEW_SLOTS+55) #define SID_TBXCTL_INSCELLS (SID_NEW_SLOTS+56) -#define SID_TBXCTL_INSOBJ (SID_NEW_SLOTS+57) #define SID_DEFINE_COLROWNAMERANGES (SID_NEW_SLOTS+58) |