summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-09 10:06:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-09 18:12:11 +0200
commit17cf06b69b96fa9fef322df1b673d17a55e63808 (patch)
tree7f86636768152a2ec1aaabd502c5a6ef812f7ea7 /sc
parentframework.hrc: just use the value (diff)
downloadcore-17cf06b69b96fa9fef322df1b673d17a55e63808.tar.gz
core-17cf06b69b96fa9fef322df1b673d17a55e63808.zip
datafdlg.hxx: remove unused defines
Change-Id: I9b0e5b3803d7b291bd55cf91772dfa3e77646508
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/datafdlg.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx
index 7847cb210020..8587241b2497 100644
--- a/sc/source/ui/inc/datafdlg.hxx
+++ b/sc/source/ui/inc/datafdlg.hxx
@@ -24,13 +24,6 @@
#define MAX_DATAFORM_COLS 256
#define MAX_DATAFORM_ROWS 32000
-#define FIXED_WIDTH 54
-#define EDIT_WIDTH 86
-#define FIXED_HEIGHT 10
-#define EDIT_HEIGHT 12
-#define FIXED_LEFT 6
-#define EDIT_LEFT 62
-#define LINE_HEIGHT 16
class ScDataFormDlg : public ModalDialog
{