From 5fcecf9b88a0879081d8239cebbc03e30150985a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 21 Jun 2012 11:51:04 +0200 Subject: 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 --- sw/source/ui/table/tabledlg.hrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sw/source/ui/table/tabledlg.hrc') diff --git a/sw/source/ui/table/tabledlg.hrc b/sw/source/ui/table/tabledlg.hrc index 3933cd3fc37f..9665b0e48d41 100644 --- a/sw/source/ui/table/tabledlg.hrc +++ b/sw/source/ui/table/tabledlg.hrc @@ -45,18 +45,11 @@ #define ED_BOTTOM_DIST 23 #define FL_DIST 24 #define FT_WIDTH 25 -#define FT_SCOL 30 -#define DLB_SCOL 31 #define FT_POS 32 -#define DLB_SPOS 33 -#define FT_SSZ 34 -#define ED_SSZ 36 -#define FL_SHADE 37 #define CB_HEADLINE 40 #define FT_REPEAT_HEADER 40 #define NF_REPEAT_HEADER 40 #define WIN_REPEAT_HEADER 40 -#define FL_HEADLINE 41 #define FL_PROPERTIES 42 #define FT_TEXTORIENTATION 43 #define LB_TEXTORIENTATION 44 -- cgit