summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-11-24 01:56:25 +0530
committerJan Holesovsky <kendy@collabora.com>2017-11-28 17:57:47 +0100
commit533e23cbadfe0426d172e46c5d8e0fcba633afcf (patch)
tree191a0f555ee14176af5a5411fc9f39800875b461 /sfx2
parentc5b0fab2c2378bbdd924a2a2963b24cd015a72b9 (diff)
lokdialog: Notify to child helper method, not the main one
Change-Id: I0698bfe578cb122dfabed566cb7a096f3cb56af5
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index a872c7983cf5..504439a11568 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -2043,7 +2043,7 @@ void SfxViewShell::notifyDialog(const vcl::DialogID& rDialogId, const OUString&
void SfxViewShell::notifyDialogChild(const vcl::DialogID& rDialogId, const OUString& rAction, const Point& rPos)
{
- SfxLokHelper::notifyDialog(rDialogId, rAction);
+ SfxLokHelper::notifyDialogChild(rDialogId, rAction, rPos);
}
void SfxViewShell::RegisterDlg(vcl::DialogID nDialogId, VclPtr<Dialog> pDlg)