diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-15 13:18:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-15 13:20:34 +0100 |
commit | 3b0915d094d795486159ed6f003f5f783fc6651f (patch) | |
tree | fb07c9b78a9957001c1501c8051ce268af14c7f5 /include | |
parent | 81c36caa943691417b12677826b9b108bad098d5 (diff) |
tdf#107845 string resource ids effectively ended up in the gallery format
which is a problem since...
commit 34f7e618ddd3399d9e7f3998e25545256255d02d
Date: Sun Apr 30 17:01:32 2017 +0100
untranslated strings are just strings
and recover GALLERY_THEME_HTMLBUTTONS and GALLERY_THEME_DUMMY5 from
commit 2d3a9c51055a285a2ac8d45e3ef31d248362589b
Date: Mon Jul 2 21:02:19 2012 +0200
hrc cleanup: Remove unused defines
Change-Id: I3fa45e4550295b94a6ab0acf9bcd0b25db73e689
Change-Id: Idae2c00f43e2062544f3de22e586bb163864bc03
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/gallery.hxx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/svx/gallery.hxx b/include/svx/gallery.hxx index 27429fb47bb5..d5a534615734 100644 --- a/include/svx/gallery.hxx +++ b/include/svx/gallery.hxx @@ -27,12 +27,13 @@ // Defines for preinstalled themes // Has to be in sync with svx/inc/galtheme.hrc #define GALLERY_THEME_3D 1 -#define GALLERY_THEME_BULLETS 3 -#define GALLERY_THEME_HOMEPAGE 10 -#define GALLERY_THEME_POWERPOINT 16 -#define GALLERY_THEME_SOUNDS 18 -#define GALLERY_THEME_USERSOUNDS 21 - +#define GALLERY_THEME_BULLETS 3 +#define GALLERY_THEME_HOMEPAGE 10 +#define GALLERY_THEME_HTMLBUTTONS 15 +#define GALLERY_THEME_POWERPOINT 16 +#define GALLERY_THEME_SOUNDS 18 +#define GALLERY_THEME_USERSOUNDS 21 +#define GALLERY_THEME_DUMMY5 36 #define GALLERY_THEME_FONTWORK 37 #define GALLERY_THEME_FONTWORK_VERTICAL 38 |