diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 11:46:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 12:29:56 +0100 |
commit | a93730b578443afe992f064a43b95f46b40801e7 (patch) | |
tree | 1dec59dd3f39005fb588ae2e12f97724a02ff0b9 | |
parent | b240a1c188b58e3e717335339bfc3f5e20bb2bf4 (diff) |
drop unused TP ids
Change-Id: I8de5aa646fc2c31d1e0a1ebe8ae9263d55c52ef6
-rw-r--r-- | sw/inc/globals.hrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index 122514e01838..c0580cc382bb 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -130,8 +130,6 @@ #define TP_CONTENT_OPT (RC_GLOBALS_BEGIN + 45) #define TP_STD_FONT (RC_GLOBALS_BEGIN + 47) -#define TP_NUMBER (RC_GLOBALS_BEGIN + 57) - #define TP_OPTSHDWCRSR (RC_GLOBALS_BEGIN + 70) @@ -144,7 +142,6 @@ #define TP_TOX_STYLES (RC_GLOBALS_BEGIN + 92) #define DLG_ADD_IDX_STYLES (RC_GLOBALS_BEGIN + 94) #define TP_OPTCOMPATIBILITY_PAGE (RC_GLOBALS_BEGIN + 103) -#define TP_MAILCONFIG (RC_GLOBALS_BEGIN + 104) //maximum: RC_GLOBALS_BEGIN + 120 |