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 /svx/source/dialog/imapdlg.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 'svx/source/dialog/imapdlg.hrc')
-rw-r--r-- | svx/source/dialog/imapdlg.hrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/dialog/imapdlg.hrc b/svx/source/dialog/imapdlg.hrc index 07cdf696eea1..abd30cae4f76 100644 --- a/svx/source/dialog/imapdlg.hrc +++ b/svx/source/dialog/imapdlg.hrc @@ -49,7 +49,6 @@ #define TBI_FREEPOLY 8 #define TBI_ACTIVE 16 -#define TBI_COLOR 17 #define TBI_MACRO 18 #define TBI_PROPERTY 19 @@ -63,10 +62,8 @@ #define FT_URL 1 #define FT_TEXT 2 -#define FT_TARG 3 #define CBB_URL 1 #define EDT_TEXT 1 -#define LB_TARG 1 #define STB_STATUS 1 |