diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-04 10:21:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-04 11:36:12 +0100 |
commit | 08209f2b67cf84b96dd03c90d87bc2d8dad26c8c (patch) | |
tree | 56eed4a51eccc28c730e0570f334782e72a3b20d /starmath/sdi | |
parent | 9be88e7281aea0b4b65c9d0da85ca617f58b925c (diff) |
de-duplicate some defines in hrc files
and rename SID_INSERTSYMBOL -> SID_INSERTSPECIAL in starmath to make it
unique
Change-Id: I0eeefe25e0e9374871c73793a31cb3e6cc445f73
Reviewed-on: https://gerrit.libreoffice.org/47369
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smath.sdi | 2 | ||||
-rw-r--r-- | starmath/sdi/smslots.sdi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index 0ee7306938ca..575e464fa944 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -235,7 +235,7 @@ SfxVoidItem InsertCommandText SID_INSERTCOMMANDTEXT ] -SfxVoidItem InsertConfigName SID_INSERTSYMBOL +SfxVoidItem InsertConfigName SID_INSERTSPECIAL () [ AutoUpdate = FALSE, diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 3b0d5cfc6265..64ba3ed7479c 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -222,7 +222,7 @@ interface FormulaView StateMethod = GetState ; ] //idlpp no menu entry, so no texts - SID_INSERTSYMBOL //idlpp ole : no , status : no + SID_INSERTSPECIAL //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; |