diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-03 19:53:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-07 11:22:42 +0200 |
commit | 8c8813db5f747af2553cb5ed7a1df5090413d524 (patch) | |
tree | f6b9eab47739d45156e3a4dcfb340ebef68b3902 /solenv | |
parent | d97cd7a1f0b06f7edea9c1ab96237a1f1b6e7255 (diff) |
move WizardDialog to vcl
Change-Id: I93d03601cb429687a9a73b7d28c595e69977bf87
Reviewed-on: https://gerrit.libreoffice.org/76901
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index f77aa382d9c3..87e8df93f646 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -7021,7 +7021,6 @@ include/svtools/unoimap.hxx include/svtools/urlcontrol.hxx include/svtools/valueset.hxx include/svtools/wizardmachine.hxx -include/svtools/wizdlg.hxx include/svx/AccessibleControlShape.hxx include/svx/AccessibleGraphicShape.hxx include/svx/AccessibleOLEShape.hxx @@ -7974,6 +7973,7 @@ include/vcl/virdev.hxx include/vcl/waitobj.hxx include/vcl/wall.hxx include/vcl/window.hxx +include/vcl/wizdlg.hxx include/vcl/wmf.hxx include/vcl/wmfexternal.hxx include/vcl/wrkwin.hxx @@ -13756,7 +13756,6 @@ svtools/source/dialogs/prnsetup.cxx svtools/source/dialogs/restartdialog.cxx svtools/source/dialogs/roadmapwizard.cxx svtools/source/dialogs/wizardmachine.cxx -svtools/source/dialogs/wizdlg.cxx svtools/source/edit/editsyntaxhighlighter.cxx svtools/source/edit/svmedit.cxx svtools/source/edit/svmedit2.cxx @@ -17800,6 +17799,7 @@ vcl/source/control/spinfld.cxx vcl/source/control/tabctrl.cxx vcl/source/control/throbber.cxx vcl/source/control/thumbpos.hxx +vcl/source/control/wizdlg.cxx vcl/source/edit/textdat2.hxx vcl/source/edit/textdata.cxx vcl/source/edit/textdoc.cxx |