[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sfx2/source

Pranav Kant pranavk at collabora.co.uk
Sat Dec 9 12:55:51 UTC 2017


 sfx2/source/dialog/basedlgs.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8366c736bce1afe398286374ea36c844634f1cd4
Author: Pranav Kant <pranavk at 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.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at 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);
         }


More information about the Libreoffice-commits mailing list