summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-02-21 19:58:11 +0100
committerMarco Cecchetti <mrcekets@gmail.com>2018-02-22 11:13:15 +0100
commit274c86af3ce7e665aee232e4e9fee76fe22af0bd (patch)
tree41c89fe3d48cf3f30eb554c7c3ba457db18e94f1 /vcl
parentfdfc29078f64223148354551c1cb3b2169454350 (diff)
sc lok: Make the Validation "Invalid value." message box working.
Change-Id: Ic0131fa6fc397ae440efed834266b8396aa9e619 Reviewed-on: https://gerrit.libreoffice.org/50122 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/msgbox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx
index ad1031d7ae60..8248e546457f 100644
--- a/vcl/source/window/msgbox.cxx
+++ b/vcl/source/window/msgbox.cxx
@@ -135,6 +135,7 @@ MessBox::MessBox( vcl::Window* pParent, WinBits nStyle,
mbCheck( false ),
maMessText( rMessage )
{
+ ImplLOKNotifier(pParent);
ImplInit( pParent, nStyle | WB_MOVEABLE | WB_HORZ | WB_CENTER );
ImplInitButtons();