summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optaccessibility.hrc
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 /cui/source/options/optaccessibility.hrc
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 'cui/source/options/optaccessibility.hrc')
-rw-r--r--cui/source/options/optaccessibility.hrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optaccessibility.hrc b/cui/source/options/optaccessibility.hrc
index 6cc5e0a891d1..cd66c7a2164d 100644
--- a/cui/source/options/optaccessibility.hrc
+++ b/cui/source/options/optaccessibility.hrc
@@ -59,7 +59,6 @@
#define ROWB_3 ( ROWB_2 + RSC_CD_CHECKBOX_HEIGHT + ROWSPACE )
#define WHOLE_HEIGHT 185
-#define LASTTEXT_HEIGHT (WHOLE_HEIGHT-ROWB_8)
#define OFFS_TEXTBOX_FIXEDTEXT(base) (base+(RSC_CD_TEXTBOX_HEIGHT-RSC_CD_FIXEDTEXT_HEIGHT)/2)
#define DIFF(v1,v2) (v2-v1)
#define SUM(v1,v2) (v2+v1)