diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-15 15:37:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-15 18:21:23 +0200 |
commit | aee628a37af1a5e54c23a70d2dee2ec1edbd56f2 (patch) | |
tree | b4098647793173d5e92d647d143092dfe462ce68 /include | |
parent | 3164005dc6a767f327192f89462c21d8b986206d (diff) |
ditch wizarddialog.ui now
Change-Id: I4c0b169849ccd255766bbadf4b1eac900a0b192f
Reviewed-on: https://gerrit.libreoffice.org/78940
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/wizdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/wizdlg.hxx b/include/vcl/wizdlg.hxx index d2c4520a0191..56bfbda4452b 100644 --- a/include/vcl/wizdlg.hxx +++ b/include/vcl/wizdlg.hxx @@ -54,7 +54,7 @@ namespace vcl <code>n2</code>, which share at least the first <code>k</code> states (where <code>k</code> is at least 1), and an arbitrary number of other states. */ - class VCL_DLLPUBLIC RoadmapWizard : public ModalDialog + class VCL_DLLPUBLIC RoadmapWizard : public Dialog { private: Idle maWizardLayoutIdle; |