summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-12-03 16:13:46 +0100
committerEike Rathke <erack@redhat.com>2014-12-03 16:37:39 +0100
commita1a1c4600e6c7ee457b62098128b27471c077908 (patch)
treedada112a5968b20f2e8fbe7374a3ab1f59d05e00 /sc/inc
parentb9ca4de9852d44382f499e078d887421ec8ee46b (diff)
get rid of defaulted boolean parameters in ScColumn::SetDirty()
Change-Id: Iba030c1a4fd3dad34bdd61377b73fa76a062b5f8
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index bfe3fb84b42d..7d7e39ba9974 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -361,7 +361,7 @@ public:
void SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt );
void SetDirtyFromClip( SCROW nRow1, SCROW nRow2, sc::ColumnSpanSet& rBroadcastSpans );
- void SetDirty( SCROW nRow1, SCROW nRow2, bool bBroadcast = true, bool bIncludeEmptyCells = false );
+ void SetDirty( SCROW nRow1, SCROW nRow2, bool bBroadcast, bool bIncludeEmptyCells );
void SetDirtyVar();
void SetDirtyAfterLoad();
void SetTableOpDirty( const ScRange& );