diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-08 17:21:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-09 09:59:41 +0100 |
commit | 0120dfb12bcc8f86f256f8f56410215c1828e578 (patch) | |
tree | 3a6af29bdd5c73ca3b8af68cdad054ee639e0c3f /include/vcl/window.hxx | |
parent | a75b8e11664b14884fafac32f1dba678537cd3dc (diff) |
Resolves: tdf#121181 expand message boxes to show full title
as MsgBox used to do
Change-Id: I03d459b8c18f60a19ea5b0034a8d98f6aa4f5ce4
Reviewed-on: https://gerrit.libreoffice.org/63117
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 7975bd252df8..6557c45434d1 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -443,6 +443,7 @@ class SystemWindow; class WorkWindow; class Dialog; class MessBox; +class MessageDialog; class DockingWindow; class FloatingWindow; class GroupBox; @@ -505,6 +506,7 @@ class VCL_DLLPUBLIC Window : public ::OutputDevice friend class ::WorkWindow; friend class ::Dialog; friend class ::MessBox; + friend class ::MessageDialog; friend class ::DockingWindow; friend class ::FloatingWindow; friend class ::GroupBox; |