summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-20 13:12:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-20 13:24:50 +0200
commitbe3bf9c62d9928fc67a5eb8609c06087d5c1fd22 (patch)
tree69511cf85afab665be8c1991fa907914b9e068f5 /svx/inc
parent0f200cc30ea75fdce59f7bb6ae87ebc85729e2a4 (diff)
gallery: add some hints
Change-Id: Idfc9a2de615e9e2fa3bd161d74f805defc5107e7
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/galtheme.hrc4
-rw-r--r--svx/inc/svx/gallery.hxx1
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