summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-12-04 00:05:20 +0100
committerEike Rathke <erack@redhat.com>2014-12-04 00:05:20 +0100
commit27a8f9d70cb8a84e64e00d22a64cd7ed24bfd459 (patch)
treec0a559ec6dbb50f3ae1b18aa7c8debda34e5c22a /sc/inc/table.hxx
parentdo not construct an ScAddress on each iteration (diff)
downloadcore-27a8f9d70cb8a84e64e00d22a64cd7ed24bfd459.tar.gz
core-27a8f9d70cb8a84e64e00d22a64cd7ed24bfd459.zip
Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"
This reverts commit b8a7c39cf26f6d417efc34acdf6f4c2a6762052d. Bah, this was a leftover of an idea I didn't follow..
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 d5cb383c1362..318805ab8376 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&, bool bBroadcast, bool bIncludeEmptyCells );
+ void SetDirty( const ScRange&, bool bIncludeEmptyCells );
void SetDirtyAfterLoad();
void SetDirtyVar();
void SetTableOpDirty( const ScRange& );