summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-01-11 13:31:36 -0400
committerpranavk <pranavk@collabora.co.uk>2018-01-18 11:17:00 +0100
commit072e3ce1cfea5bb61cc5f3001c288df6deb45613 (patch)
tree60dcc15428c831065ed2c0673c2f73f0123a12ca /include/vcl/window.hxx
parent64619789a45babbaa3071951e3502927f191e459 (diff)
lok dialog: enable MessageDialog tunneling
Change-Id: I05b270a19e29c5ed3a2482fd8163e61e66bfdf74 Reviewed-on: https://gerrit.libreoffice.org/47772 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 528ba110bd04..3fe40355bab3 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1209,7 +1209,7 @@ public:
void SetComponentInterface( css::uno::Reference< css::awt::XWindowPeer > const & xIFace );
/// Interface to register for dialog / window tunneling.
- void SetLOKNotifier(const vcl::ILibreOfficeKitNotifier* pNotifier);
+ void SetLOKNotifier(const vcl::ILibreOfficeKitNotifier* pNotifier, bool bParent = false);
const vcl::ILibreOfficeKitNotifier* GetLOKNotifier() const;
vcl::LOKWindowId GetLOKWindowId() const;