diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/galtheme.hrc | 4 | ||||
-rw-r--r-- | svx/inc/svx/gallery.hxx | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/svx/inc/galtheme.hrc b/svx/inc/galtheme.hrc index 60b4aebb206b..7eda727a85f6 100644 --- a/svx/inc/galtheme.hrc +++ b/svx/inc/galtheme.hrc @@ -21,6 +21,10 @@ #define RID_GALLERYSTR_THEME_START (6000) +// ATTENTION: This list has to be in sync with +// * svx/inc/svx/gallery.hxx +// * share/gallery (theme files are identified by id) + #define RID_GALLERYSTR_THEME_3D (RID_GALLERYSTR_THEME_START + 1) #define RID_GALLERYSTR_THEME_ANIMATIONS (RID_GALLERYSTR_THEME_START + 2) #define RID_GALLERYSTR_THEME_BULLETS (RID_GALLERYSTR_THEME_START + 3) diff --git a/svx/inc/svx/gallery.hxx b/svx/inc/svx/gallery.hxx index 102a6de9aa07..f7b7b56cc6e8 100644 --- a/svx/inc/svx/gallery.hxx +++ b/svx/inc/svx/gallery.hxx @@ -37,6 +37,7 @@ #define SVX_GALLERY() (GalleryExplorer::GetGallery()) // 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 |