sfx2/source/dialog/basedlgs.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 8366c736bce1afe398286374ea36c844634f1cd4 Author: Pranav Kant <pran...@collabora.co.uk> Date: Tue Nov 28 16:59:26 2017 +0530
lokdialog: Make hyperlink dialog work (partially cherry picked from commit 7bcb9a8416d61bdd3c7fc345f87de5aa8c3054f9) Change-Id: Ifd8c721b001b09ddab8d4fe06ae6818980d6ee76 Reviewed-on: https://gerrit.libreoffice.org/46017 Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@collabora.com> diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index bc0968f67f67..8bbf8bd3dee6 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -224,6 +224,7 @@ void SfxModalDialog::StateChanged( StateChangedType nType ) SetLOKNotifier(SfxViewShell::Current()); const Size aSize = GetOptimalSize(); std::vector<vcl::LOKPayloadItem> aItems; + aItems.emplace_back(std::make_pair("type", "dialog")); aItems.emplace_back(std::make_pair("size", aSize.toString())); SfxViewShell::Current()->notifyWindow(GetLOKWindowId(), "created", aItems); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits