summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-12-02 14:22:23 +0100
committerEike Rathke <erack@redhat.com>2014-12-02 14:56:50 +0100
commit08793e08c7e9cefe594c49130f782725e386c463 (patch)
tree9a26c861e2131c2ca3c792a8b72d4acea38587aa /sc/inc/table.hxx
parentfdo#86762 re-establish listeners to move cell broadcasters (diff)
downloadcore-08793e08c7e9cefe594c49130f782725e386c463.tar.gz
core-08793e08c7e9cefe594c49130f782725e386c463.zip
fdo#86762 broadcast also empty cells after sort
Change-Id: Ie275a754c530d6039ed14304900dd71416f36e46
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index df3372ecef3f..78ca0d82aba1 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -532,7 +532,7 @@ public:
void ResetChanged( const ScRange& rRange );
void SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt );
- void SetDirty( const ScRange& );
+ void SetDirty( const ScRange&, bool bIncludeEmptyCells = false );
void SetDirtyAfterLoad();
void SetDirtyVar();
void SetTableOpDirty( const ScRange& );