diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-11-24 01:56:25 +0530 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-11-29 10:16:55 +0100 |
commit | b19f74aab0d1d2a8071952bc5a2e2f6cb341ee0c (patch) | |
tree | c1c5786bbde16513fa54c5cb3be654da64b0adde /sfx2 | |
parent | 90e0b60b6e68f7fb4b721f239809512258c33f74 (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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 92dcfa48cdcf..986a640d1625 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -1955,7 +1955,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) |