diff options
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 3692a3a188ed..915b1aa22644 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -125,7 +125,7 @@ class ScColumn // Broadcasters for formula cells. sc::BroadcasterStoreType maBroadcasters; - sc::CellStoreEvent maCellsEvent; + sc::CellStoreEvent const maCellsEvent; // Cell values. sc::CellStoreType maCells; |