summaryrefslogtreecommitdiffstats
path: root/svx/source/src
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-21 11:51:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-21 11:54:18 +0200
commit5fcecf9b88a0879081d8239cebbc03e30150985a (patch)
tree2eaa65002db4ccb19778e054f9fc40c33312537c /svx/source/src
parentRemove unused dbexch.hrc (diff)
downloadcore-5fcecf9b88a0879081d8239cebbc03e30150985a.tar.gz
core-5fcecf9b88a0879081d8239cebbc03e30150985a.zip
hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
Diffstat (limited to 'svx/source/src')
-rw-r--r--svx/source/src/app.hrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/src/app.hrc b/svx/source/src/app.hrc
index e33d7f761cd5..d0ef963c1988 100644
--- a/svx/source/src/app.hrc
+++ b/svx/source/src/app.hrc
@@ -136,15 +136,12 @@
#define RID_RIDER_SLL_SITE (RID_OFA_START + 100)
#define RID_RIDER_SLL_PERSONAL (RID_OFA_START + 101)
-
// "Uberlaufkontrolle der HID's
#define ACT_HID_END HID_OFA_TP_MEMORY
#if ACT_HID_END > HID_OFA_END
#error Resource-Ueberlauf bei den HIDs der OFA
#endif
-#define STR_SD_STAROFFICE_XML_DRAW (RID_OFA_START + 245)
-#define STR_SD_STAROFFICE_XML_IMPRESS (RID_OFA_START + 246)
#endif