summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/BasicViewFactory.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 14:19:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:07:37 +0200
commit6212d5fafe2025375178edbb83765b9f0afd8750 (patch)
tree38f88e6aead2fc9a89980e67f4819fe182630983 /sd/source/ui/framework/factories/BasicViewFactory.cxx
parente2d610ab18f5a41cec27567ed1be631ee6846209 (diff)
SlideSorterViewShell::Create parameter bIsCenterPane is unused
...ever since b390fae1706b9c511158a03e4fd61f263be4e511 "renaissance1: #i107215# Reorganized and improved layouting." Change-Id: I69bd8074cc7c33d8c85ff9ac43fb380795c28ee3
Diffstat (limited to 'sd/source/ui/framework/factories/BasicViewFactory.cxx')
-rw-r--r--sd/source/ui/framework/factories/BasicViewFactory.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sd/source/ui/framework/factories/BasicViewFactory.cxx b/sd/source/ui/framework/factories/BasicViewFactory.cxx
index a03bff816801..0eacf4f15a79 100644
--- a/sd/source/ui/framework/factories/BasicViewFactory.cxx
+++ b/sd/source/ui/framework/factories/BasicViewFactory.cxx
@@ -288,8 +288,7 @@ std::shared_ptr<BasicViewFactory::ViewDescriptor> BasicViewFactory::CreateView (
rxViewId,
rFrame,
rWindow,
- pFrameView,
- bIsCenterPane);
+ pFrameView);
pDescriptor->mxViewId = rxViewId;
if (pDescriptor->mpViewShell.get() != nullptr)
@@ -323,8 +322,7 @@ std::shared_ptr<ViewShell> BasicViewFactory::CreateViewShell (
const Reference<XResourceId>& rxViewId,
SfxViewFrame& rFrame,
vcl::Window& rWindow,
- FrameView* pFrameView,
- const bool bIsCenterPane)
+ FrameView* pFrameView)
{
std::shared_ptr<ViewShell> pViewShell;
const OUString& rsViewURL (rxViewId->getResourceURL());
@@ -392,8 +390,7 @@ std::shared_ptr<ViewShell> BasicViewFactory::CreateViewShell (
&rFrame,
*mpBase,
&rWindow,
- pFrameView,
- bIsCenterPane);
+ pFrameView);
pViewShell->GetContentWindow()->set_id("slidesorter");
}