summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/clview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r--sd/source/ui/view/clview.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index b885d3bc25da..fc2ec9e614aa 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -34,9 +34,8 @@ class DrawViewShell;
ClientView::ClientView(
DrawDocShell* pDocSh,
- OutputDevice* pOutDev,
- DrawViewShell* pShell)
- : DrawView (pDocSh, pOutDev, pShell)
+ OutputDevice* pOutDev)
+ : DrawView (pDocSh, pOutDev, nullptr)
{
}