summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-23 19:34:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-23 19:34:52 +0200
commit5a639557ae6e0e752e68de8e831fef3166c80a3b (patch)
tree57ea885af94800d860b5ea882835e02de14477e3 /sc/source/ui/undo
parent593580f2e5ce4f3c2d234b5ccb5a9371f5424e63 (diff)
-Werror=unused-parameter
...and no need for ScDocFunc::UnmergeCells to be virtual---there are no overrides. Change-Id: Ifc8083926d7b5cb22bb3a28e6b2cc29658d07ebf
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undoblk.cxx2
1 files changed, 1 insertions, 1 deletions
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++)
{