summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-14 10:49:08 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-14 11:06:48 +0000
commit218cd09611583437c05c33e2aa3b2b81cb416f98 (patch)
tree1b3b99677e6acff1f6224f9bd7441f161fcf2596 /sw/source/ui/utlui
parentf7965b0bcd559451c471a26bf5fd6f542887d95e (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 'sw/source/ui/utlui')
-rw-r--r--sw/source/ui/utlui/utlui.src21
1 files changed, 9 insertions, 12 deletions
diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src
index 80eca77c8750..77098a9dd07b 100644
--- a/sw/source/ui/utlui/utlui.src
+++ b/sw/source/ui/utlui/utlui.src
@@ -324,22 +324,19 @@ String STR_HYPH_TITLE
Text [ en-US ] = "Hyphenation";
};
-#define IMGLIST_IDS\
- IdList = \
- { \
- IMG_COLLAPSE;\
- IMG_EXPAND ;\
- IMG_DB ;\
- IMG_DBTABLE ;\
- IMG_DBQUERY ;\
- }; \
- IdCount = 5
-
ImageList ILIST_DB_DLG
{
Prefix = "sx";
MaskColor = IMAGE_MASK_COLOR;
- IMGLIST_IDS;
+ IdList =
+ {
+ IMG_COLLAPSE;
+ IMG_EXPAND ;
+ IMG_DB ;
+ IMG_DBTABLE ;
+ IMG_DBQUERY ;
+ };
+ IdCount = 5;
};
Image IMG_VIEWLAYOUT_AUTOMATIC
{