diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-16 16:56:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-21 22:41:29 +0200 |
commit | 4e39f9e13e0f6133cc7cf403e97c1b9b654562e2 (patch) | |
tree | d5463f1d3624dfda1c90726025b3a1338d5353fd /include | |
parent | 5b8623863c71ced2cde5091ba4d402f1128e6761 (diff) |
remove newly unused ModelessDialog
Change-Id: Ieb629c21d725104a79515fe12e448b2b3eaddd94
Reviewed-on: https://gerrit.libreoffice.org/74121
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 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 32b06be57db9..056c448ce251 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -183,15 +183,6 @@ public: vcl::Window* get_widget_for_response(int nResponse); }; -class VCL_DLLPUBLIC ModelessDialog : public Dialog -{ - ModelessDialog (const ModelessDialog &) = delete; - ModelessDialog & operator= (const ModelessDialog &) = delete; - -protected: - explicit ModelessDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription, Dialog::InitFlag eFlag = Dialog::InitFlag::Default ); -}; - class VCL_DLLPUBLIC ModalDialog : public Dialog { public: |