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

New commits:
commit c982a228c02cd1c0fededa3191f1fabd1ce44d53
Author: Kohei Yoshida <[email protected]>
Date:   Wed May 22 21:07:31 2013 -0400

    Add new cell container to ScColumn.
    
    Now the lengthy process of converting the cell storage begins...
    
    Change-Id: Ife89547923c73f70f9cf1035a64f8006744bbfce

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index dfc46b0..e2c6b45 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -121,8 +121,12 @@ class ScColumn
     // type value or SC_SCRIPTTYPE_UNKNOWN.
     sc::CellTextAttrStoreType maCellTextAttrs;
 
+    // Broadcasters for formula cells.
     sc::BroadcasterStoreType maBroadcasters;
 
+    // Cell values.
+    sc::CellStoreType maCells;
+
     SCCOL           nCol;
     SCTAB           nTab;
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to