summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 22:12:04 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 22:12:42 -0400
commitd02f456d02e1c92f6fa0a5402c18cd2409e43f91 (patch)
tree6035f6451a22f49d6d3e4db7357eee98007ebcdb /sc/inc/column.hxx
parentActually unknown script type doesn't equal empty script type (0). (diff)
downloadcore-d02f456d02e1c92f6fa0a5402c18cd2409e43f91.tar.gz
core-d02f456d02e1c92f6fa0a5402c18cd2409e43f91.zip
Remove incorrect comment.
Change-Id: I2b6773e0b8203d7781ac8037b5d51ebb5bba5047
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index a4a2fc3bee7b..f5a78029dfbe 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -98,10 +98,9 @@ class ScColumn
// values; either the reall text widths or TEXTWIDTH_DIRTY.
TextWidthType maTextWidths;
- // Empty elements represent unknown script types. For now, we store script
- // type values as unsigned shorts. Once multi_type_vector supports char
- // and unsigned char (due in 0.7.2), we can switch to that to save storage
- // space.
+ // For now, we store script type values as unsigned shorts. Once
+ // multi_type_vector supports char and unsigned char (due in 0.7.2), we
+ // can switch to that to save storage space.
ScriptType maScriptTypes;
SCCOL nCol;