summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fusel.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:50:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:50:50 +0200
commitbbc6414be17799b90ef84b1cecab76ee10dede9b (patch)
treee9c2b2b32110f721a76a0893c388a49eca67e3b3 /sc/source/ui/drawfunc/fusel.cxx
parentd14b6230ded413be419591b929beed58fc1bbc77 (diff)
loplugin:defaultparams
Change-Id: I9bfa7be4a8035d6dfbd0bd13505ba13c3d085455
Diffstat (limited to 'sc/source/ui/drawfunc/fusel.cxx')
-rw-r--r--sc/source/ui/drawfunc/fusel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx
index 02fb2c9fea2a..86885ac16f3b 100644
--- a/sc/source/ui/drawfunc/fusel.cxx
+++ b/sc/source/ui/drawfunc/fusel.cxx
@@ -438,7 +438,7 @@ bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
if (pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SdrSearchOptions::ALSOONMASTER | SdrSearchOptions::BEFOREMARK))
{
pView->UnmarkAllObj();
- pView->MarkObj(pObj,pPV,false);
+ pView->MarkObj(pObj,pPV);
return true;
}
}