summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-21 15:28:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-06-21 21:33:03 +0200
commitfda464112540011dd6e2bd267720d2800af3a5f2 (patch)
tree5e9212d6f5d0aa79c104bc1842ee25f0ccd812b1 /sd
parent2cd88135cf1b6260b34ba5148ec00c18818bfed3 (diff)
SvxIMapDlg is welded
Change-Id: Ie244312cd3b2b291f0ab8f6ed223a50fb7d2ffe9 Reviewed-on: https://gerrit.libreoffice.org/74524 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/ViewShellImplementation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx
index b6d4369cfc91..a7d67677277e 100644
--- a/sd/source/ui/view/ViewShellImplementation.cxx
+++ b/sd/source/ui/view/ViewShellImplementation.cxx
@@ -319,7 +319,7 @@ SvxIMapDlg* ViewShell::Implementation::GetImageMapDialog()
SfxChildWindow* pChildWindow = SfxViewFrame::Current()->GetChildWindow(
SvxIMapDlgChildWindow::GetChildWindowId());
if (pChildWindow != nullptr)
- pDialog = dynamic_cast<SvxIMapDlg*>(pChildWindow->GetWindow());
+ pDialog = dynamic_cast<SvxIMapDlg*>(pChildWindow->GetController().get());
return pDialog;
}