diff options
-rw-r--r-- | dbaccess/source/ui/inc/adtabdlg.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/directsql.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinDesignView.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 1 |
4 files changed, 2 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/adtabdlg.hxx b/dbaccess/source/ui/inc/adtabdlg.hxx index 4c7589c72de3..1c87f218b717 100644 --- a/dbaccess/source/ui/inc/adtabdlg.hxx +++ b/dbaccess/source/ui/inc/adtabdlg.hxx @@ -21,9 +21,7 @@ #include <memory> #include <com/sun/star/sdbc/XConnection.hpp> -#include <vcl/dialog.hxx> -#include <vcl/button.hxx> -#include <vcl/fixed.hxx> +#include <vcl/weld.hxx> #include "tabletree.hxx" namespace dbaui diff --git a/dbaccess/source/ui/inc/directsql.hxx b/dbaccess/source/ui/inc/directsql.hxx index 545d23dd79ad..89986975145f 100644 --- a/dbaccess/source/ui/inc/directsql.hxx +++ b/dbaccess/source/ui/inc/directsql.hxx @@ -23,12 +23,8 @@ #include <sal/config.h> #include <sal/log.hxx> -#include <vcl/dialog.hxx> #include <vcl/weld.hxx> #include <svtools/editsyntaxhighlighter.hxx> -#include <vcl/fixed.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/button.hxx> #include <deque> #include <com/sun/star/sdbc/XConnection.hpp> diff --git a/dbaccess/source/ui/querydesign/JoinDesignView.cxx b/dbaccess/source/ui/querydesign/JoinDesignView.cxx index d93e8a36a50a..dfcfc5c0f612 100644 --- a/dbaccess/source/ui/querydesign/JoinDesignView.cxx +++ b/dbaccess/source/ui/querydesign/JoinDesignView.cxx @@ -37,7 +37,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::i18n; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index 5ebd33520981..3a349ba86dc4 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -75,6 +75,7 @@ #include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> +#include <vcl/button.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <osl/mutex.hxx> |