diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/intro/intro_tmpl.hrc | 1 | ||||
-rw-r--r-- | svx/source/intro/iso.src | 6 | ||||
-rw-r--r-- | svx/source/src/app.hrc | 5 |
3 files changed, 2 insertions, 10 deletions
diff --git a/svx/source/intro/intro_tmpl.hrc b/svx/source/intro/intro_tmpl.hrc index e49b27cb29e8..f9d3e331bf99 100644 --- a/svx/source/intro/intro_tmpl.hrc +++ b/svx/source/intro/intro_tmpl.hrc @@ -28,7 +28,6 @@ #include <svx/svxids.hrc> #define RID_IMGLIST_TREEOPT (RID_OFA_START + 174) -#define RID_IMGLIST_TREEOPT_HC (RID_OFA_START + 175) #define OOO_CONTRIBUTOR_LIST \ ItemList = \ diff --git a/svx/source/intro/iso.src b/svx/source/intro/iso.src index ecadfd9d4c6a..80e1a4ab51ec 100644 --- a/svx/source/intro/iso.src +++ b/svx/source/intro/iso.src @@ -129,12 +129,6 @@ ImageList RID_IMGLIST_TREEOPT MASK_COL IMGLST_IDLST }; -ImageList RID_IMGLIST_TREEOPT_HC -{ - Prefix = "trh"; - MASK_COL - IMGLST_IDLST -}; #define MASK_COL2 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ; #define X_IMAGE_LIST \ diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc index d2aaf9d34c30..929ee07b7504 100644 --- a/svx/source/src/app.hrc +++ b/svx/source/src/app.hrc @@ -248,10 +248,9 @@ #define RID_BMP_DB_RELATIONS_S (RID_OFA_START + 172) #define RID_BMP_DB_RELATIONS_L (RID_OFA_START + 173) #define RID_IMGLIST_TREEOPT (RID_OFA_START + 174) -#define RID_IMGLIST_TREEOPT_HC (RID_OFA_START + 175) - // 12 und 13 nicht benutzen!!! -// ..._BEGIN kann nochmal benutzt werden, nur zum Iterieren +// don't use 12 and 13 !!! +// ..._BEGIN can be used again. Just for iteration here #define RID_STR_PRIO_BEGIN (RID_OFA_START + 17) #define RID_STR_PRIO_HIGHEST (RID_OFA_START + 18) #define RID_STR_PRIO_HIGH (RID_OFA_START + 19) |