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 | |
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')
-rw-r--r-- | starmath/inc/starmath.hrc | 2 | ||||
-rw-r--r-- | starmath/sdi/smath.sdi | 36 |
2 files changed, 0 insertions, 38 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) diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index 7b6e4e522494..eb9350b8e8ea 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -124,24 +124,6 @@ SfxVoidItem ElementsDockingWindow SID_ELEMENTSDOCKINGWINDOW ] -SfxVoidItem Preferences SID_PREFERENCES -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; -] - - SfxStringItem ConfigName SID_TEXT [ @@ -526,24 +508,6 @@ SfxVoidItem SymbolCatalogue SID_SYMBOLS_CATALOGUE ] -SfxVoidItem Symbols SID_SYMBOLS -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; -] - - SfxBoolItem Textmode SID_TEXTMODE [ |