diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-14 10:49:08 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-14 11:06:48 +0000 |
commit | 218cd09611583437c05c33e2aa3b2b81cb416f98 (patch) | |
tree | 1b3b99677e6acff1f6224f9bd7441f161fcf2596 /svx/source | |
parent | f7965b0bcd559451c471a26bf5fd6f542887d95e (diff) |
inline some use-once macros
Change-Id: I7ebd8fe70b083a772118a1aab8cdfbf795d6f1e5
Reviewed-on: https://gerrit.libreoffice.org/23235
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/imapdlg.src | 45 |
1 files changed, 21 insertions, 24 deletions
diff --git a/svx/source/dialog/imapdlg.src b/svx/source/dialog/imapdlg.src index 96eb7c916299..9ea61002fd01 100644 --- a/svx/source/dialog/imapdlg.src +++ b/svx/source/dialog/imapdlg.src @@ -20,34 +20,31 @@ #include "helpid.hrc" #include "imapdlg.hrc" -#define IMAPDLG_IDLIST \ - IdList = \ - { \ - TBI_APPLY ; \ - TBI_OPEN ; \ - TBI_SAVEAS ; \ - TBI_SELECT ; \ - TBI_RECT ; \ - TBI_CIRCLE ; \ - TBI_POLY ; \ - TBI_FREEPOLY ; \ - TBI_POLYEDIT ; \ - TBI_POLYMOVE ; \ - TBI_POLYINSERT ; \ - TBI_POLYDELETE ; \ - TBI_UNDO ; \ - TBI_REDO ; \ - TBI_ACTIVE ; \ - TBI_MACRO ; \ - TBI_PROPERTY ; \ - }; \ - IdCount = { 17 ; }; - ImageList IL_IMAPDLG { Prefix = "id"; MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ; - IMAPDLG_IDLIST + IdList = + { + TBI_APPLY ; + TBI_OPEN ; + TBI_SAVEAS ; + TBI_SELECT ; + TBI_RECT ; + TBI_CIRCLE ; + TBI_POLY ; + TBI_FREEPOLY ; + TBI_POLYEDIT ; + TBI_POLYMOVE ; + TBI_POLYINSERT ; + TBI_POLYDELETE ; + TBI_UNDO ; + TBI_REDO ; + TBI_ACTIVE ; + TBI_MACRO ; + TBI_PROPERTY ; + }; + IdCount = { 17 ; }; }; /******************************************************************************/ |