From 47230a036fe35b9a7a7c0609232849fcbb51efcc Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 5 Feb 2015 11:32:13 +0100 Subject: Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listener ... as the mdds storage segment may change when a formula cell is inserted at a position such that two segments are merged into a new one. Change-Id: I449a89005418aff7ea12099ea931b786959dbc3b --- sc/inc/column.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/column.hxx') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 1911a9535e24..b5b9f0c99093 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -361,6 +361,7 @@ public: void GetFormula( SCROW nRow, OUString& rFormula ) const; const ScFormulaCell* GetFormulaCell( SCROW nRow ) const; ScFormulaCell* GetFormulaCell( SCROW nRow ); + ScFormulaCell * const * GetFormulaCellBlockAddress( SCROW nRow ) const; CellType GetCellType( SCROW nRow ) const; SCSIZE GetCellCount() const; sal_uInt32 GetWeightedCount() const; -- cgit v1.2.3