diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:51:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:51:00 +0200 |
commit | 34100b30c87123fc631d5536158ffb6443258e40 (patch) | |
tree | 23b9499ecb0bf819ff11d615bc8a0833d47f2e97 /sd/source/ui/docshell | |
parent | 4b603aaa4adde6789099f2fd7e95c11df4116c0c (diff) |
loplugin:defaultparams
Change-Id: I5f3b978823ec43519744f49739b9b4ee6ca1e1e9
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r-- | sd/source/ui/docshell/docshel4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index fd6e879a8609..dfcf1c03ea1a 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -816,7 +816,7 @@ bool DrawDocShell::GotoBookmark(const OUString& rBookmark) pDrawViewShell->GetView()->UnmarkAll(); pDrawViewShell->GetView()->MarkObj( pObj, - pDrawViewShell->GetView()->GetSdrPageView(), false); + pDrawViewShell->GetView()->GetSdrPageView()); } } } |