diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 17:13:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:41 +0200 |
commit | 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 (patch) | |
tree | 2f9411f875e3dbad087fb7f6899c6ded663191c6 /sc/inc/global.hxx | |
parent | 3dcdf30a233c7e75229b9e291901c6768265ca93 (diff) |
Remove unused defines
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index c4c2e877acaa..03451d1e7336 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -143,7 +143,6 @@ const SCSIZE MAXSUBTOTAL = 3; /* standard row height: text + margin - STD_ROWHEIGHT_DIFF */ #define STD_ROWHEIGHT_DIFF 23 -#define STD_FONT_HEIGHT 200 /* equates 10 points */ /// use ScGlobal::nStdRowHeight instead of STD_ROW_HEIGHT ! |