diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-17 15:15:32 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-19 14:05:10 -0400 |
commit | 891e5892b2798a6bc326a688ed50e79a4a9d336b (patch) | |
tree | d077268acede3957d00014ca37f07c8ee8a6b758 /sc | |
parent | 2789bcb41b9b71551f2acd5e2d9df959c599a608 (diff) |
This is no longer true.
Change-Id: Id132c4bb7455acbdaa2287666523f42c20172f37
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/scmatrix.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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 { |