diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-01 21:53:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-02 16:43:35 +0200 |
commit | b55ee51befef86a32a996b4dc55014c21b45ef5c (patch) | |
tree | da051441ee11b0b8f9fe55ae066c69a25c17ea8b /include | |
parent | 324097a2a0093da7d20e3bc7cbbf79b40a79867c (diff) |
no direct ModelessDialog instantiation left
Change-Id: If31cf3c02ab714f45ebbc0139e0e77102b5eb2ba
Reviewed-on: https://gerrit.libreoffice.org/73325
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/dialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 2b3b1f29f2e6..3748dbd943d5 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -188,7 +188,7 @@ class VCL_DLLPUBLIC ModelessDialog : public Dialog ModelessDialog (const ModelessDialog &) = delete; ModelessDialog & operator= (const ModelessDialog &) = delete; -public: +protected: explicit ModelessDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription, Dialog::InitFlag eFlag = Dialog::InitFlag::Default ); }; |