diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 07:42:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 13:03:18 +0200 |
commit | aa39d211074cfd72d5f539b1a65e57017e1241e8 (patch) | |
tree | f4f88365174b726570f5d81b90c85539b318c831 /uui/source | |
parent | 40064f479bbd8d7384b753328365e8770bda4fd1 (diff) |
clean up hrc files
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/secmacrowarnings.hrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/uui/source/secmacrowarnings.hrc b/uui/source/secmacrowarnings.hrc index a8f9750ae4d8..7f7e9aec90f3 100644 --- a/uui/source/secmacrowarnings.hrc +++ b/uui/source/secmacrowarnings.hrc @@ -24,12 +24,6 @@ // --------- general metrics --------- -#define SEP_FL_SPACE_Y 6 -#define SEP_FL_ADJ_Y(val) (val-3) -#define DLGS_BOTTOM_BTN_L(dlgh) (dlgh-RSC_SP_DLG_INNERBORDER_BOTTOM) -#define DLGS_BOTTOM_BTN_Y(dlgh) (DLGS_BOTTOM_BTN_L(dlgh)-RSC_CD_PUSHBUTTON_HEIGHT) -#define DLGS_BOTTOM_FL_Y(dlgh) (DLGS_BOTTOM_BTN_Y(dlgh)-SEP_FL_SPACE_Y-5) -#define DLGS_BOTTOM_LAST_CTRL_L(dlgh) (DLGS_BOTTOM_BTN_Y(dlgh)-2*SEP_FL_SPACE_Y-3) #define DLGS_BOTTOM_HELP_X(dlgw) (dlgw-RSC_SP_DLG_INNERBORDER_RIGHT-RSC_CD_PUSHBUTTON_WIDTH) #define DLGS_BOTTOM_CANCEL_X(dlgw) (DLGS_BOTTOM_HELP_X(dlgw)-RSC_SP_CTRL_X-RSC_CD_PUSHBUTTON_WIDTH) #define DLGS_BOTTOM_OK_X(dlgw) (DLGS_BOTTOM_CANCEL_X(dlgw)-RSC_SP_CTRL_GROUP_X-RSC_CD_PUSHBUTTON_WIDTH) |