summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-02 20:43:03 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-09 13:34:30 -0400
commit44c5a08b46bd32f5c2344380bcc38b6d09e714bb (patch)
treea33b82c90966351006c72a8276724670e79692dd /sc/inc
parent794d35975a35cab2ca992c45820e771481294581 (diff)
Update the comment.
Change-Id: Ic4abbff32f0e8d738db0a55857a92bf9cfadb050
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index e0773aab3e1b..290f45b642b8 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -125,9 +125,7 @@ class ScColumn
// values; either the reall text widths or TEXTWIDTH_DIRTY.
TextWidthType maTextWidths;
- // 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.
+ // Script types are stored as unsigned char.
ScriptType maScriptTypes;
SCCOL nCol;