diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 10:12:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 12:51:17 +0000 |
commit | 946a049114a27d342c1974be524576e348ce4ad2 (patch) | |
tree | ff55880e5e7df928ab37333c4fc4750ef0aa9b2e /starmath/inc | |
parent | 3ea5e3401e567bfe956817fd5abd17530da664f5 (diff) |
remove some more unused SID constants and commands
Change-Id: Ibf2bb58ca687c18798328ed86cd549d64f3621b4
Reviewed-on: https://gerrit.libreoffice.org/35792
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/starmath.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index df75dd055362..966e9d81db4c 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -30,7 +30,6 @@ #define SID_NEXTMARK (SID_SMA_START + 3) #define SID_PREVMARK (SID_SMA_START + 4) #define SID_SYMBOLS_CATALOGUE (SID_SMA_START + 5) -#define SID_PREFERENCES (SID_SMA_START + 6) #define SID_ZOOMIN (SID_SMA_START + 10) #define SID_ZOOMOUT (SID_SMA_START + 11) #define SID_DRAW (SID_SMA_START + 12) @@ -41,7 +40,6 @@ #define SID_ALIGN (SID_SMA_START + 53) #define SID_AUTO_REDRAW (SID_SMA_START + 55) -#define SID_SYMBOLS (SID_SMA_START + 56) // Has to be picked up again for now! #define SID_TEXTMODE (SID_SMA_START + 57) #define SID_IMPORT_FORMULA (SID_SMA_START + 58) #define SID_IMPORT_MATHML_CLIPBOARD (SID_SMA_START + 59) |