From 5a639557ae6e0e752e68de8e831fef3166c80a3b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Jul 2012 19:34:52 +0200 Subject: -Werror=unused-parameter ...and no need for ScDocFunc::UnmergeCells to be virtual---there are no overrides. Change-Id: Ifc8083926d7b5cb22bb3a28e6b2cc29658d07ebf --- sc/source/ui/undo/undoblk.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/undo') diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index b978a5ce65f7..cbab521e7548 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -1346,7 +1346,7 @@ void ScUndoDragDrop::Redo() // skipped rows and merged cells don't mix if ( !bIncludeFiltered && pClipDoc->HasClipFilteredRows() ) - pDocShell->GetDocFunc().UnmergeCells( aDestRange, false, sal_True ); + pDocShell->GetDocFunc().UnmergeCells( aDestRange, false ); for (nTab=aDestRange.aStart.Tab(); nTab<=aDestRange.aEnd.Tab(); nTab++) { -- cgit