From 8525d2327b5b64edabb9a9f5a7e1e659b0fdd2ed Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 3 Dec 2014 16:34:35 +0100 Subject: remove boolean parameter default from ScTable::SetDirty() Change-Id: I37761c07dd72bfa25cc499c8ed41241f1ba56469 (cherry picked from commit ad4b7986c5ca6a5b97d09a7413adf39440eefb93) --- sc/inc/table.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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& ); -- cgit v1.2.3