diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:51:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:54:18 +0200 |
commit | 5fcecf9b88a0879081d8239cebbc03e30150985a (patch) | |
tree | 2eaa65002db4ccb19778e054f9fc40c33312537c /sw/inc/envelp.hrc | |
parent | 47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (diff) |
hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.
Also there are many commented out lines removed.
Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
Diffstat (limited to 'sw/inc/envelp.hrc')
-rw-r--r-- | sw/inc/envelp.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/envelp.hrc b/sw/inc/envelp.hrc index 08c4c7dc6d96..08161fb3fead 100644 --- a/sw/inc/envelp.hrc +++ b/sw/inc/envelp.hrc @@ -59,7 +59,7 @@ #define RC_ENVFMT_END (RC_ENVELP_BEGIN + 19) #define RC_ENVPRT_BEGIN (RC_ENVELP_BEGIN + 20) -#define RC_ENVPRT_END (RC_ENVELP_BEGIN + 39) +// RC_ENVPRT_END (RC_ENVELP_BEGIN + 39) #define RC_LABEL_BEGIN (RC_ENVELP_BEGIN + 40) #define RC_LABEL_END (RC_ENVELP_BEGIN + 49) @@ -67,7 +67,7 @@ #define RC_LABFMT_BEGIN (RC_ENVELP_BEGIN + 50) #define RC_LABFMT_END (RC_ENVELP_BEGIN + 62) -#define RC_LABPRT_BEGIN (RC_ENVELP_BEGIN + 63) +// RC_LABPRT_BEGIN (RC_ENVELP_BEGIN + 63) #define RC_LABPRT_END (RC_ENVELP_BEGIN + 72) // Strings -------------------------------------------------------------------- |