diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-03 18:58:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-10 14:19:50 +0100 |
commit | 00b49f9ff9777cb1c1e971feec55b2448fba8be2 (patch) | |
tree | f10cc2251c4950f12673d3ed342702093141f668 /dbaccess | |
parent | 0005b330eaed0b5559042d2597fb45e0c9125d7e (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/s*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152
Reviewed-on: https://gerrit.libreoffice.org/64479
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/ModelImpl.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/control/ColumnControlWindow.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/TableDesignView.hxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/misc/TokenWriter.cxx | 1 | ||||
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableDesignView.cxx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/dbaccess/source/core/dataaccess/ModelImpl.cxx b/dbaccess/source/core/dataaccess/ModelImpl.cxx index 4f360bfc1ee9..acdeae0d8d4d 100644 --- a/dbaccess/source/core/dataaccess/ModelImpl.cxx +++ b/dbaccess/source/core/dataaccess/ModelImpl.cxx @@ -55,6 +55,7 @@ #include <tools/urlobj.hxx> #include <unotools/sharedunocomponent.hxx> #include <unotools/configmgr.hxx> +#include <i18nlangtag/languagetag.hxx> #include <algorithm> diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index 0e421beddc24..4ce065ca1c6f 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -101,6 +101,7 @@ #include <connectivity/dbexception.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/typeprovider.hxx> +#include <i18nlangtag/languagetag.hxx> #include <sfx2/app.hxx> #include <sfx2/dispatch.hxx> #include <sot/storage.hxx> diff --git a/dbaccess/source/ui/control/ColumnControlWindow.cxx b/dbaccess/source/ui/control/ColumnControlWindow.cxx index 706e5f85168f..20711d3e6b4e 100644 --- a/dbaccess/source/ui/control/ColumnControlWindow.cxx +++ b/dbaccess/source/ui/control/ColumnControlWindow.cxx @@ -20,6 +20,7 @@ #include <ColumnControlWindow.hxx> #include <FieldControls.hxx> #include <unotools/syslocale.hxx> +#include <i18nlangtag/languagetag.hxx> #include <connectivity/dbtools.hxx> #include <UITools.hxx> #include <core_resource.hxx> diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index 80d12c5005cd..233157aa66f0 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -25,6 +25,7 @@ #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> +#include <i18nlangtag/languagetag.hxx> #include <stringlistitem.hxx> #include <svl/eitem.hxx> #include <svl/stritem.hxx> diff --git a/dbaccess/source/ui/inc/TableDesignView.hxx b/dbaccess/source/ui/inc/TableDesignView.hxx index 0ede6f9d76cc..36bd42701eed 100644 --- a/dbaccess/source/ui/inc/TableDesignView.hxx +++ b/dbaccess/source/ui/inc/TableDesignView.hxx @@ -21,6 +21,7 @@ #include <dbaccess/dataview.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/lang/Locale.hpp> #include <vcl/split.hxx> #include "IClipBoardTest.hxx" diff --git a/dbaccess/source/ui/misc/TokenWriter.cxx b/dbaccess/source/ui/misc/TokenWriter.cxx index 351f3e54acf6..163263f2aaa5 100644 --- a/dbaccess/source/ui/misc/TokenWriter.cxx +++ b/dbaccess/source/ui/misc/TokenWriter.cxx @@ -23,6 +23,7 @@ #include <tools/stream.hxx> #include <osl/diagnose.h> #include <sal/log.hxx> +#include <i18nlangtag/languagetag.hxx> #include <RtfReader.hxx> #include <HtmlReader.hxx> #include <stringconstants.hxx> diff --git a/dbaccess/source/ui/tabledesign/TableDesignView.cxx b/dbaccess/source/ui/tabledesign/TableDesignView.cxx index 748b47ff8a5c..09f393753732 100644 --- a/dbaccess/source/ui/tabledesign/TableDesignView.cxx +++ b/dbaccess/source/ui/tabledesign/TableDesignView.cxx @@ -26,6 +26,7 @@ #include <TableRow.hxx> #include <unotools/configmgr.hxx> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> +#include <i18nlangtag/languagetag.hxx> #include <unotools/syslocale.hxx> #include <vcl/settings.hxx> #include <UITools.hxx> |