diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-13 23:55:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-14 15:35:55 -0400 |
commit | e9a52f1591912ce8527da863f741625de5a2b4ff (patch) | |
tree | 0d410c855a79274400fd297fe20afd4f12082f51 /sc/inc/globalnames.hxx | |
parent | cf82be72950eeea9a3de89154c3412adbed5bd56 (diff) |
Move TEXTWIDTH_DIRTH to globalnames.hxx.
Change-Id: I648da6f2c43a10137c0834659022296883368dc9
Diffstat (limited to 'sc/inc/globalnames.hxx')
-rw-r--r-- | sc/inc/globalnames.hxx | 2 |
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: */ |