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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/ui/app/res_bmp.src | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src index a138c19acdfa..c81f408621e7 100644 --- a/sd/source/ui/app/res_bmp.src +++ b/sd/source/ui/app/res_bmp.src @@ -267,12 +267,6 @@ Bitmap BMP_GRAPHIC File = "graphic.bmp" ; }; -#define SfxStyleFamiliesRes1\ - Text [ en-US ] = "Graphic Styles" ;\ - -#define SfxStyleFamiliesRes2\ - Text [ en-US ] = "Presentation Styles" ;\ - String STR_STYLE_FILTER_USED { Text [ en-US ] = "Applied Styles" ; @@ -292,7 +286,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER { SfxStyleFamilyItem RID_GRAPHICSTYLEFAMILY { - SfxStyleFamiliesRes1 + Text [ en-US ] = "Graphic Styles" ; StyleFamily = SFX_STYLE_FAMILY_PARA ; FilterList [ en-US ] = { @@ -304,7 +298,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER }; SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY { - SfxStyleFamiliesRes2 + Text [ en-US ] = "Presentation Styles" ; StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; FilterList [ en-US ] = { |