[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 21 20:17:02 UTC 2019
sd/source/ui/view/ViewShellImplementation.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 153e0cacb9a8bdabbf6eb1cd84b6aa87ee45b44f
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jun 21 15:28:17 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jun 21 22:16:02 2019 +0200
SvxIMapDlg is welded
Change-Id: Ie244312cd3b2b291f0ab8f6ed223a50fb7d2ffe9
Reviewed-on: https://gerrit.libreoffice.org/74527
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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;
}
More information about the Libreoffice-commits
mailing list