[Libreoffice-commits] core.git: dbaccess/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 17 11:42:28 UTC 2019
dbaccess/source/ui/inc/adtabdlg.hxx | 4 +---
dbaccess/source/ui/inc/directsql.hxx | 4 ----
dbaccess/source/ui/querydesign/JoinDesignView.cxx | 1 -
dbaccess/source/ui/querydesign/querycontroller.cxx | 1 +
4 files changed, 2 insertions(+), 8 deletions(-)
New commits:
commit 65575016ab29b942aea482eab0b54afa262fb998
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Sep 17 09:13:14 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Sep 17 13:41:22 2019 +0200
drop some unnecessary includes
Change-Id: I4a39c393867b58179ca1fb4d3984f5d9a5d9f54c
Reviewed-on: https://gerrit.libreoffice.org/79047
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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>
More information about the Libreoffice-commits
mailing list