summaryrefslogtreecommitdiff
path: root/chart2
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 /chart2
parent47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (diff)
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 'chart2')
-rw-r--r--chart2/source/controller/dialogs/TabPages.hrc8
-rw-r--r--chart2/source/controller/dialogs/dlg_DataEditor.hrc2
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc1
-rw-r--r--chart2/source/controller/inc/HelpIds.hrc1
4 files changed, 0 insertions, 12 deletions
diff --git a/chart2/source/controller/dialogs/TabPages.hrc b/chart2/source/controller/dialogs/TabPages.hrc
index 30f292a6f5fb..b8aef9fd4a9f 100644
--- a/chart2/source/controller/dialogs/TabPages.hrc
+++ b/chart2/source/controller/dialogs/TabPages.hrc
@@ -38,18 +38,12 @@
#define FT_LEGEND_TEXTDIR 3
#define LB_LEGEND_TEXTDIR 4
-#define FL_TEXTBREAK 3
-#define CBX_TEXTBREAK 2
-#define CBX_TEXTOVERLAP 4
-
//Seit 4/1998 koennen Texte frei gedreht werden: SCHATTR_TEXT_DEGREES
// ID's for title rotation tabpage
#define CTR_DIAL 6030
#define BTN_TXTSTACKED 6031
#define FT_DEGREES 6032
#define NF_ORIENT 6033
-#define CTR_DUMMY 6034
-#define FT_DUMMY 6035
#define FL_ALIGN 6037
#define FT_TEXTDIR 6038
#define LB_TEXTDIR 6039
@@ -80,8 +74,6 @@
#define FT_AXIS_TEXTDIR 19
#define LB_AXIS_TEXTDIR 20
-//#define TP_AXIS_POSITIONS 904
-
#define FL_AXIS_LINE 1
#define FL_LABELS 2
#define FL_TICKS 3
diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.hrc b/chart2/source/controller/dialogs/dlg_DataEditor.hrc
index 5d3ea8667e68..0190611ad97c 100644
--- a/chart2/source/controller/dialogs/dlg_DataEditor.hrc
+++ b/chart2/source/controller/dialogs/dlg_DataEditor.hrc
@@ -27,8 +27,6 @@
#define DLG_DIAGRAM_DATA 744
#define FT_POS 1
-#define TBX_EDIT 1
-#define EDT_FIELD 1
#define TBX_DATA 2
#define CTL_DATA 1
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc
index e01be1c35072..c5e006feec5b 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc
+++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.hrc
@@ -34,5 +34,4 @@
#define FL_SEPERATOR 1
-#define LB_SHADING 1
#define LB_SCHEME 2
diff --git a/chart2/source/controller/inc/HelpIds.hrc b/chart2/source/controller/inc/HelpIds.hrc
index 5e20b7980c8b..d50b5bd3dedd 100644
--- a/chart2/source/controller/inc/HelpIds.hrc
+++ b/chart2/source/controller/inc/HelpIds.hrc
@@ -31,7 +31,6 @@
#define HID_SCH_LEGEND_POS "CHART2_HID_SCH_LEGEND_POS"
#define HID_SCH_DATA_DESCR "CHART2_HID_SCH_DATA_DESCR"
-#define HID_SCH_STAT "CHART2_HID_SCH_STAT"
#define HID_SCH_WIN_DOCUMENT "CHART2_HID_SCH_WIN_DOCUMENT"
#define HID_SCH_CTL_DATA "CHART2_HID_SCH_CTL_DATA"