[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc

Kohei Yoshida kohei.yoshida at gmail.com
Fri Mar 15 19:12:29 PDT 2013


 sc/inc/column.hxx |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 80f4f3dae45538cd7e98e03f15b9e7d460eb676a
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Fri Mar 15 22:12:04 2013 -0400

    Remove incorrect comment.
    
    Change-Id: I2b6773e0b8203d7781ac8037b5d51ebb5bba5047

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index a4a2fc3..f5a7802 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;


More information about the Libreoffice-commits mailing list