diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 09:59:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 12:45:20 +0200 |
commit | 1b0c6d796306a914880c86380e0b18741acfa16c (patch) | |
tree | 2f92856a52c72747bd4e7975a716b3f014f46045 /sw/source/uibase/inc/dbui.hxx | |
parent | 5224f99a4025dc76dfd8a384b96d82a5b9e68443 (diff) |
CancelableDialog mbModal is always false
Change-Id: Ie42a96cf21eb0a7967fb4d0a6c64a221a44e1b53
Reviewed-on: https://gerrit.libreoffice.org/54303
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc/dbui.hxx')
-rw-r--r-- | sw/source/uibase/inc/dbui.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/dbui.hxx b/sw/source/uibase/inc/dbui.hxx index b313834d863b..b8935890c462 100644 --- a/sw/source/uibase/inc/dbui.hxx +++ b/sw/source/uibase/inc/dbui.hxx @@ -27,15 +27,12 @@ class SW_DLLPUBLIC CancelableDialog : public Dialog { - bool mbModal; - protected: VclPtr<CancelButton> m_pCancelButton; - CancelableDialog( vcl::Window *pParent, bool modal, const OUString& rID, + CancelableDialog( vcl::Window *pParent, const OUString& rID, const OUString& rUIXMLDescription ); using Dialog::Execute; - using Dialog::StartExecuteModal; public: virtual ~CancelableDialog() override; |