diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-09 17:49:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-20 20:13:04 -0400 |
commit | c9bfa396e32b07d88eec742232636a517032b108 (patch) | |
tree | 75b9ee1bdddd9cbbddcdf63a4db38ba396b9cf1f /sc/inc/globalnames.hxx | |
parent | cb706bac6a02fcfb10c00e5473b5b4ac916c84c9 (diff) |
Block definition for CellTextAttr.
This block will be used to merge the text width and script type vectors
that are currently separate. Text widths and script types should really
be stored together.
Change-Id: I6783769cc03180b513319e0a98a0773bd20ba941
Diffstat (limited to 'sc/inc/globalnames.hxx')
-rw-r--r-- | sc/inc/globalnames.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/globalnames.hxx b/sc/inc/globalnames.hxx index 384ab3f13d69..a7f00530d95c 100644 --- a/sc/inc/globalnames.hxx +++ b/sc/inc/globalnames.hxx @@ -19,6 +19,10 @@ #define DATE_TIME_FACTOR 86400.0 +// in addition to SCRIPTTYPE_... flags from scripttypeitem.hxx: +// set (in nScriptType) if type has not been determined yet +#define SC_SCRIPTTYPE_UNKNOWN 0x08 + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |