From 44c5a08b46bd32f5c2344380bcc38b6d09e714bb Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 2 May 2013 20:43:03 -0400 Subject: Update the comment. Change-Id: Ic4abbff32f0e8d738db0a55857a92bf9cfadb050 --- sc/inc/column.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sc/inc') 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; -- cgit