diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 08:31:20 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:23 +0200 |
commit | eb755bc603411f17aff9edb4cd1e3dcb6249fb5d (patch) | |
tree | 5f2efe4b04e8712bca25b1bd98389533bcc1730e | |
parent | dcf586ff817af73270899f233b26525306120a0c (diff) |
hrc cleanup: Remove unused defines
Rename GID_FORMEL to GID_MATH. GID_FORMEL was a compatibility alias
for the new res string GID_MATH.
Change-Id: I9a5a6972988353ffc001ecac1a746b59d09cb6cb
-rw-r--r-- | sfx2/inc/sfx2/sfx.hrc | 6 | ||||
-rw-r--r-- | starmath/source/smres.src | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/sfx2/inc/sfx2/sfx.hrc b/sfx2/inc/sfx2/sfx.hrc index 64611dcaa1f0..f73bd5c85649 100644 --- a/sfx2/inc/sfx2/sfx.hrc +++ b/sfx2/inc/sfx2/sfx.hrc @@ -213,12 +213,6 @@ #define GID_CONTROLS (RID_GROUPS_SFXOFFSET+25) #define GID_NAVIGATION (RID_GROUPS_SFXOFFSET+26) -// compatibility-#defines -#define GID_FORMEL GID_MATH -#define GID_OPT GID_OPTIONS -#define GID_DOC GID_DOCUMENT -#define GID_APP GID_APPLICATION - // ========================================================================= #define RID_OPTIONS_START (SID_LIB_START + 2000) diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 2dea5fd6fa20..e045b51697a2 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -1405,7 +1405,7 @@ String RID_UNDOFORMATNAME { Text = "Format" ; }; -String GID_FORMEL +String GID_MATH { Text = "StarMath" ; }; |