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/document.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/inc/document.hxx') diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index d3fe564ddc19..4c8aea481143 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -79,6 +79,7 @@ struct SetFormulaDirtyContext; class RefMovedHint; struct SortUndoParam; struct ReorderParam; +class FormulaGroupAreaListener; } @@ -266,6 +267,7 @@ friend class ScDocumentImport; friend class sc::DocumentStreamAccess; friend class sc::ColumnSpanSet; friend class sc::EditTextIterator; +friend class sc::FormulaGroupAreaListener; typedef ::std::vector TableContainer; private: -- cgit