diff options
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index fd8fbdd18253..8cf0fb1d6815 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -71,6 +71,7 @@ class DocumentStreamAccess; class CellValues; class RowHeightContext; class CompileFormulaContext; +struct SetFormulaDirtyContext; } @@ -512,7 +513,7 @@ public: void ResetChanged( const ScRange& rRange ); - void SetDirty(); + void SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt ); void SetDirty( const ScRange& ); void SetDirtyAfterLoad(); void SetDirtyVar(); |