summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/optgrid.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 /svx/source/dialog/optgrid.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 'svx/source/dialog/optgrid.hrc')
-rw-r--r--svx/source/dialog/optgrid.hrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/dialog/optgrid.hrc b/svx/source/dialog/optgrid.hrc
index ced9bee740ca..59fae935695b 100644
--- a/svx/source/dialog/optgrid.hrc
+++ b/svx/source/dialog/optgrid.hrc
@@ -28,22 +28,15 @@
#define _SVX_OPTGRID_HRC
//Grid-Page
-#define MTR_FLD_GRID 1
#define GRP_DRAWGRID 2
-#define GRP_SNAPGRID 3
#define CBX_USE_GRIDSNAP 4
#define CBX_SYNCHRONIZE 5
-#define CBX_EQUAL_GRID 6
#define CBX_SNAPGRID 7
#define CBX_GRID_VISIBLE 8
#define MTR_FLD_DRAW_Y 9
-#define MTR_FLD_SNAP_X 10
-#define MTR_FLD_SNAP_Y 11
#define MTR_FLD_DRAW_X 12
#define NUM_FLD_DIVISION_X 13
#define NUM_FLD_DIVISION_Y 14
-#define FT_SNAP_X 15
-#define FT_SNAP_Y 16
#define FT_DRAW_X 17
#define FT_DRAW_Y 18
#define FL_RESOLUTION 19