diff options
author | Eike Rathke <erack@redhat.com> | 2014-12-03 16:34:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-12-03 16:37:43 +0100 |
commit | ad4b7986c5ca6a5b97d09a7413adf39440eefb93 (patch) | |
tree | d9fe99ad23e2d24c37e0ed9f0328255e8c50719b /sc/inc/table.hxx | |
parent | a1a1c4600e6c7ee457b62098128b27471c077908 (diff) |
remove boolean parameter default from ScTable::SetDirty()
Change-Id: I37761c07dd72bfa25cc499c8ed41241f1ba56469
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 78ca0d82aba1..c7898f1918de 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 = false ); + void SetDirty( const ScRange&, bool bIncludeEmptyCells ); void SetDirtyAfterLoad(); void SetDirtyVar(); void SetTableOpDirty( const ScRange& ); |