summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-10 10:44:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-10 13:00:14 +0200
commit4d047221945b34a9023d852bbd19a2a24a7f54c3 (patch)
treeb5d0e2a6dd26bc0c01f286d75c4d0be6506bd913 /sc/source/ui/docshell/docsh.cxx
parent39f023f054b0923f786cd34225235536d81138b5 (diff)
loplugin:checkunusedparams in sc(part4)
also fix bug in ScDocShell::DBAreaDeleted which has been there ever since it's initial commit in commit 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 Author: Jens-Heiner Rechtien <hr@openoffice.org> Date: Mon Sep 18 16:07:07 2000 +0000 initial import Change-Id: Ifc8d6dec4843c668404fdf1ca1a9e521f73132d5 Reviewed-on: https://gerrit.libreoffice.org/37459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index c00d5ef1ff31..c1097630d48b 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -497,7 +497,7 @@ bool ScDocShell::LoadXML( SfxMedium* pLoadMedium, const css::uno::Reference< css
bHardRecalc = true;
if (bHardRecalc)
- DoHardRecalc(false);
+ DoHardRecalc();
else
{
// still need to recalc volatile formula cells.