summaryrefslogtreecommitdiff
path: root/sc/inc/globalnames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-13 23:55:48 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-14 15:35:55 -0400
commite9a52f1591912ce8527da863f741625de5a2b4ff (patch)
tree0d410c855a79274400fd297fe20afd4f12082f51 /sc/inc/globalnames.hxx
parentcf82be72950eeea9a3de89154c3412adbed5bd56 (diff)
Move TEXTWIDTH_DIRTH to globalnames.hxx.
Change-Id: I648da6f2c43a10137c0834659022296883368dc9
Diffstat (limited to 'sc/inc/globalnames.hxx')
-rw-r--r--sc/inc/globalnames.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/globalnames.hxx b/sc/inc/globalnames.hxx
index 33ac520c8a5f..4fee4711fb32 100644
--- a/sc/inc/globalnames.hxx
+++ b/sc/inc/globalnames.hxx
@@ -34,6 +34,8 @@
#define STR_GLOBAL_RANGE_NAME "__Global_Range_Name__"
+#define TEXTWIDTH_DIRTY 0xffff
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */