diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-23 09:47:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-08 10:39:36 +0200 |
commit | 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch) | |
tree | e368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /formula/source/ui | |
parent | 0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff) |
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'formula/source/ui')
-rw-r--r-- | formula/source/ui/dlg/formdlgs.hrc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/formula/source/ui/dlg/formdlgs.hrc b/formula/source/ui/dlg/formdlgs.hrc index 84a20f99bc22..3640c8157880 100644 --- a/formula/source/ui/dlg/formdlgs.hrc +++ b/formula/source/ui/dlg/formdlgs.hrc @@ -17,26 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define FT_RESULT 1 -#define WND_RESULT 2 -#define FT_EDITNAME 3 #define BTN_HELP 6 #define BTN_CANCEL 7 #define BTN_BACKWARD 8 #define BTN_FORWARD 9 #define BTN_END 10 #define BTN_MATRIX 11 -#define FT_FUNCNAME 12 -#define FT_FUNCDESC 13 -#define FT_HEADLINE 14 -#define GB_EDIT 15 -#define FT_FORMULA 16 #define ED_FORMULA 17 -#define TC_FUNCTION 18 #define ED_REF 19 #define RB_REF 20 -#define FT_FORMULA_RESULT 21 -#define WND_FORMULA_RESULT 22 // Fuer Tabpage #define TP_FUNCTION 1 |