summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-02 17:45:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-02 17:46:25 +0200
commit278000a28b8eceb8528ebdcf1d601de8192979e8 (patch)
treea522e5b53bca5d3e34c8a86d7bbee25a1ad15b3a /sw/source/core/inc/txtfrm.hxx
parent892bb81d17b3351c196661c44fb15b29509c7115 (diff)
Remove unused defines
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index e8da527c89bc..fc292b5662c4 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -33,8 +33,6 @@
#include "cntfrm.hxx"
#include "ndtxt.hxx"
-#define STRSIZE(x) (sizeof(x)-1)
-
class SwCharRange;
class SwTxtNode;
class SwTxtFormatter;
@@ -56,12 +54,6 @@ class SwScriptInfo;
class SwViewOption;
class SwWrongList;
-#define GRID_ON 0
-#define GRID_HEIGHT 1
-#define RUBY_HEIGHT 2
-#define RUBY_TOP 3
-#define GRID_CELLS 4
-
/// Represents the visualization of a paragraph.
class SwTxtFrm: public SwCntntFrm
{