diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 08:20:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-15 08:22:09 +0200 |
commit | e06d6e3956e246abbbc05a05598bd2a720a1e283 (patch) | |
tree | 3568c8cf7a43b6790dc9aa3a28c83a06c33faf52 /sd | |
parent | f8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d (diff) |
hrc cleanup: Remove completely unused RIDs
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.
All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.
Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/glob.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc index 4de2609a8eed..72ded387b3d4 100644 --- a/sd/inc/glob.hrc +++ b/sd/inc/glob.hrc @@ -140,9 +140,9 @@ #define STR_TOOL_PANEL_SHELL RID_GLOB_START+116 #define RID_CUSTOMANIMATION_START RID_GLOB_START+120 -#define RID_CUSTOMANIMATION_END RID_GLOB_START+199 +// RID_CUSTOMANIMATION_END RID_GLOB_START+199 #define RID_ANNOTATIONS_START RID_GLOB_START+200 -#define RID_ANNOTATIONS_END RID_GLOB_START+220 +// RID_ANNOTATIONS_END RID_GLOB_START+220 #define STR_UNDO_ANIMATION RID_GLOB_START+221 #define STR_UNDO_SLIDE_PARAMS RID_GLOB_START+222 #define RID_SLIDESHOW_CONTEXTMENU RID_GLOB_START+223 |