diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-02-26 20:37:49 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-27 15:00:06 +0100 |
commit | 35fc4527210ed4b4faee1802ad23bc8da619a2d0 (patch) | |
tree | 7843449829c9e845a8d854d0cdbf8e105031d10a /dbaccess | |
parent | 1aa5a3874bf716acfbded2a09319dce5d4ce8c0d (diff) |
remove unused vclunohelper.hxx includes
Change-Id: I68178379e5493d0e738861a4dce5aa6e4b58cd22
Reviewed-on: https://gerrit.libreoffice.org/50393
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/dbloader2.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/dataview.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/dbloader.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/sbagrid.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/dsselect.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryTextView.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/ColumnModel.cxx | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/dbaccess/source/filter/xml/dbloader2.cxx b/dbaccess/source/filter/xml/dbloader2.cxx index 6de682c0ff6a..96593afbf386 100644 --- a/dbaccess/source/filter/xml/dbloader2.cxx +++ b/dbaccess/source/filter/xml/dbloader2.cxx @@ -65,7 +65,6 @@ #include <sfx2/docfile.hxx> #include <unotools/moduleoptions.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <ucbhelper/commandenvironment.hxx> #include <ucbhelper/content.hxx> diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index 8684012c47ac..2fcbb3dc365c 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -52,7 +52,6 @@ #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <svtools/sfxecode.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> #include <comphelper/processfactory.hxx> diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index 8f0586ec69fa..37c4f8e879cc 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XModel.hpp> #include <dbaccess/dataview.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/types.hxx> #include <comphelper/namedvaluecollection.hxx> #include <sfx2/app.hxx> diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx index fa8a4a1a8f97..0ac7cf20f331 100644 --- a/dbaccess/source/ui/browser/dbloader.cxx +++ b/dbaccess/source/ui/browser/dbloader.cxx @@ -46,7 +46,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <tools/urlobj.hxx> #include <vcl/svapp.hxx> diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index f2ffb3947489..5d4583ae4eb5 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -60,7 +60,6 @@ #include <svl/rngitem.hxx> #include <vcl/waitobj.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <svl/zforlist.hxx> #include <cppuhelper/queryinterface.hxx> diff --git a/dbaccess/source/ui/dlg/dsselect.cxx b/dbaccess/source/ui/dlg/dsselect.cxx index 37d174dfc62e..4a9483eddd4b 100644 --- a/dbaccess/source/ui/dlg/dsselect.cxx +++ b/dbaccess/source/ui/dlg/dsselect.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <stringconstants.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <comphelper/processfactory.hxx> diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx index f7fa0cd10a02..6c221380b2f6 100644 --- a/dbaccess/source/ui/querydesign/QueryTextView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx @@ -26,7 +26,6 @@ #include <querycontroller.hxx> #include <strings.hrc> #include <stringconstants.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/split.hxx> #include <vcl/svapp.hxx> #include <comphelper/types.hxx> diff --git a/dbaccess/source/ui/uno/ColumnModel.cxx b/dbaccess/source/ui/uno/ColumnModel.cxx index 389bf3e1e6da..f1f2f64a33a4 100644 --- a/dbaccess/source/ui/uno/ColumnModel.cxx +++ b/dbaccess/source/ui/uno/ColumnModel.cxx @@ -27,7 +27,6 @@ #include <comphelper/extract.hxx> #include <stringconstants.hxx> #include <dbu_reghelper.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/property.hxx> extern "C" void createRegistryInfo_OColumnControlModel() |