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 74fa4e8b37f9..576a88a8f71a 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -123,7 +123,7 @@ class ScColumn // Broadcasters for formula cells. sc::BroadcasterStoreType maBroadcasters; - sc::CellStoreEvent const maCellsEvent; + sc::CellStoreEvent maCellsEvent; // Cell values. sc::CellStoreType maCells; |