summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/shells/drawdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/shells/drawdlg.cxx')
-rw-r--r--sw/source/core/uibase/shells/drawdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/shells/drawdlg.cxx b/sw/source/core/uibase/shells/drawdlg.cxx
index ce37589eb08e..989483e2c843 100644
--- a/sw/source/core/uibase/shells/drawdlg.cxx
+++ b/sw/source/core/uibase/shells/drawdlg.cxx
@@ -81,7 +81,7 @@ void SwDrawShell::ExecDrawDlg(SfxRequest& rReq)
AbstractSvxAreaTabDialog * pDlg = pFact->CreateSvxAreaTabDialog( NULL,
&aNewAttr,
pDoc,
- true);
+ pView);
if (pDlg->Execute() == RET_OK)
{
pSh->StartAction();