summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-12-08 20:11:06 +0100
committerEike Rathke <erack@redhat.com>2014-12-09 03:53:21 +0100
commit03956d83774cc2d5b0f02ec36105342b3c457931 (patch)
tree52878cd777797fd46d93403176f13df166d7c7da /sc/inc/table.hxx
parentMove IndexedStyleSheets to the Imp(l) class. (diff)
downloadcore-03956d83774cc2d5b0f02ec36105342b3c457931.tar.gz
core-03956d83774cc2d5b0f02ec36105342b3c457931.zip
introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCells
Not only are multiple boolean parameters ugly, but prepare also for the new broadcasters-only mode yet to be implemented. Change-Id: Ie6383826e76a771b88e7b4b29e5de9a58c598ad5
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 1053ea70f296..7661fdace7a7 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 bIncludeEmptyCells );
+ void SetDirty( const ScRange&, ScColumn::BroadcastMode );
void SetDirtyAfterLoad();
void SetDirtyVar();
void SetTableOpDirty( const ScRange& );