From 891e5892b2798a6bc326a688ed50e79a4a9d336b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 17 Jul 2012 15:15:32 -0400 Subject: This is no longer true. Change-Id: Id132c4bb7455acbdaa2287666523f42c20172f37 --- sc/inc/scmatrix.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx index 984561eb1348..e1098c54ab20 100644 --- a/sc/inc/scmatrix.hxx +++ b/sc/inc/scmatrix.hxx @@ -117,11 +117,6 @@ struct ScMatrixValue * Matrix data type that can store values of mixed types. Each element can * be one of the following types: numeric, string, boolean, empty, and empty * path. - * - * This class also supports four different density types: filled zero, - * filled empty, sparse zero, and sparse empty. The filled density type - * allocates memory for every single element at all times, whereas the - * sparse density types allocates memory only for non-default elements. */ class SC_DLLPUBLIC ScMatrix { -- cgit