summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellBase.cxx
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2018-06-18 14:32:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-19 08:15:24 +0200
commit99a74aaf42fe4baa73dccc0a90438deb86736b5d (patch)
tree75045ea037bf7a03d115efd91211bf3acf17c019 /sd/source/ui/view/ViewShellBase.cxx
parentcbb1f3814e59c97b36a6941c73ef45e008d8aea6 (diff)
Remove unused parameter bBrowse
The parameter bBrowse in ReadUserDataSequence and WriteUserDataSequence was only forwarded in the call chain and finally ignored in class ViewShell. Change-Id: Ibc8fd6ce92dd700e70e5bcf11de5bd93e5e14986 Reviewed-on: https://gerrit.libreoffice.org/56034 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/view/ViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 590a32d837f0..1a7be406ffee 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -692,7 +692,7 @@ void ViewShellBase::WriteUserDataSequence (
// Forward call to main sub shell.
ViewShell* pShell = GetMainViewShell().get();
if (pShell != nullptr)
- pShell->WriteUserDataSequence (rSequence, false);
+ pShell->WriteUserDataSequence (rSequence);
}
void ViewShellBase::ReadUserDataSequence (
@@ -702,7 +702,7 @@ void ViewShellBase::ReadUserDataSequence (
ViewShell* pShell = GetMainViewShell().get();
if (pShell != nullptr)
{
- pShell->ReadUserDataSequence (rSequence, true/*bBrowse*/);
+ pShell->ReadUserDataSequence (rSequence);
// For certain shell types ReadUserDataSequence may have changed the
// type to another one. Make sure that the center pane shows the