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 /dbaccess | |
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 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/WCopyTable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx index 8098abebe847..cbf6cf8dc161 100644 --- a/dbaccess/source/ui/inc/WCopyTable.hxx +++ b/dbaccess/source/ui/inc/WCopyTable.hxx @@ -30,7 +30,7 @@ #include <comphelper/stl_types.hxx> #include "TypeInfo.hxx" #include <vcl/button.hxx> -#include <svtools/wizdlg.hxx> +#include <vcl/wizdlg.hxx> #include "DExport.hxx" #include "WTabPage.hxx" #include "FieldDescriptions.hxx" |