summaryrefslogtreecommitdiff
path: root/filter/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-15 08:20:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-15 08:22:09 +0200
commite06d6e3956e246abbbc05a05598bd2a720a1e283 (patch)
tree3568c8cf7a43b6790dc9aa3a28c83a06c33faf52 /filter/inc
parentf8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d (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 'filter/inc')
-rw-r--r--filter/inc/filter.hrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/filter/inc/filter.hrc b/filter/inc/filter.hrc
index 2bbf94ed50c7..8c50b5ad87b3 100644
--- a/filter/inc/filter.hrc
+++ b/filter/inc/filter.hrc
@@ -35,10 +35,9 @@
// Help-Ids --------------------------------------------------------------
#define RID_PDF_DIALOG_START (RID_FILTER_START + 0)
-#define RID_PDF_DIALOG_END (RID_FILTER_START + 19)
+// RID_PDF_DIALOG_END (RID_FILTER_START + 19)
#define RID_XSLT_DIALOG_START (RID_FILTER_START + 20)
-#define RID_XSLT_DIALOG_END (RID_FILTER_START + 69)
-#define RID_PDF_OLD_EXPORT_DLG (RID_FILTER_START + 70)
+// RID_XSLT_DIALOG_END (RID_FILTER_START + 69)
#define DLG_EXPORT_EPCT (RID_GOODIES_START+ 0)
#define DLG_EXPORT_GIF (RID_GOODIES_START+ 1)