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 /sfx2/source/dialog/templdlg.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 'sfx2/source/dialog/templdlg.hrc')
-rw-r--r-- | sfx2/source/dialog/templdlg.hrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/dialog/templdlg.hrc b/sfx2/source/dialog/templdlg.hrc index 1a22fb2d50fc..3523b1bb5242 100644 --- a/sfx2/source/dialog/templdlg.hrc +++ b/sfx2/source/dialog/templdlg.hrc @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#define TB_FMT 1 #define LB_FMT 3 #define BTN_EDIT 11 #define BTN_DELETE 12 @@ -32,11 +31,8 @@ #define BTN_NEW 10 #define LB_FILTER 4 -#define ID_APPLY_TEMPLATE 10 - #define ID_NEW_STYLE_BY_EXAMPLE 20 #define ID_UPDATE_STYLE_BY_EXAMPLE 21 -#define ID_TREEVIEW 22 #define BT_OK 1 #define BT_CANCEL 2 |