diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-02 19:03:21 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-12 08:43:44 +0000 |
commit | 3dfe2fc394ca1e168e800ffcc3ac0f69b4eeb173 (patch) | |
tree | 21ddccef357058ef70ee46699d0e0e9c5c21816f /starmath/source/toolbox.src | |
parent | a878ffae876610bf7522d79685b6e07191a88214 (diff) |
tdf#68871: Remove the old Elements panel from Math
Conflicts:
starmath/inc/toolbox.hxx
starmath/source/toolbox.cxx
Change-Id: Ie148d57dc14ed3f38566c24ee027f23e25987810
Reviewed-on: https://gerrit.libreoffice.org/15599
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/toolbox.src')
-rw-r--r-- | starmath/source/toolbox.src | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/starmath/source/toolbox.src b/starmath/source/toolbox.src index 648b8c288efd..484f33b2a6d7 100644 --- a/starmath/source/toolbox.src +++ b/starmath/source/toolbox.src @@ -1411,35 +1411,6 @@ }; }; -#define UNBINOPS_IDLIST \ - IdList = \ - { \ - RID_PLUSX ; \ - RID_MINUSX ; \ - RID_PLUSMINUSX ; \ - RID_MINUSPLUSX ; \ - RID_XPLUSY ; \ - RID_XCDOTY ; \ - RID_XTIMESY ; \ - RID_XSYMTIMESY ; \ - RID_XMINUSY ; \ - RID_XOVERY ; \ - RID_XDIVY ; \ - RID_XSYMDIVIDEY ; \ - RID_NEGX ; \ - RID_XANDY ; \ - RID_XORY ; \ - RID_XCIRCY ; \ - }; \ - IdCount = { 16 ; }; - - ImageList RID_IL_UNBINOPS - { - Prefix = "un"; - MaskColor = IMAGE_STDBTN_COLOR ; - UNBINOPS_IDLIST - }; - #define RELATIONS_IDLIST \ IdList = \ { \ @@ -1710,26 +1681,4 @@ MISC_IDLIST }; -#define CATALOG_IDLIST \ - IdList = \ - { \ - RID_UNBINOPS_CAT ; \ - RID_RELATIONS_CAT ; \ - RID_SETOPERATIONS_CAT ; \ - RID_FUNCTIONS_CAT ; \ - RID_OPERATORS_CAT ; \ - RID_ATTRIBUTES_CAT ; \ - RID_MISC_CAT ; \ - RID_BRACKETS_CAT ; \ - RID_FORMAT_CAT ; \ - }; \ - IdCount = { 9 ; }; - - ImageList RID_IL_CATALOG - { - Prefix = "im"; - MaskColor = IMAGE_STDBTN_COLOR ; - CATALOG_IDLIST - }; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |