summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.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/column.hxx
parentWe should exit the idle calc when the sheet changes. (diff)
downloadcore-e9a52f1591912ce8527da863f741625de5a2b4ff.tar.gz
core-e9a52f1591912ce8527da863f741625de5a2b4ff.zip
Move TEXTWIDTH_DIRTH to globalnames.hxx.
Change-Id: I648da6f2c43a10137c0834659022296883368dc9
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 0a699d3dfb0a..93ae44f0a523 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -84,6 +84,9 @@ class ScColumn
{
typedef mdds::multi_type_vector<mdds::mtv::element_block_func> TextWidthType;
+ // Only stores empty or unsigned short values. Empty values correspond
+ // with empty cells. All non-empty cell positions must have unsigned short
+ // values; either the reall text widths or TEXTWIDTH_DIRTY.
TextWidthType maTextWidths;
SCCOL nCol;