diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2022-06-27 19:04:24 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-07-20 12:20:59 +0200 |
commit | 845393b9aa9057c5ace3c41ad5ac629b895d7f7f (patch) | |
tree | 86f6e1d8b69247c491eea72195cc1cdf5a40e4fb /dbaccess | |
parent | 6721eddbcfefd9503a49499956e53d1a76f6712f (diff) |
move wintypes.hxx from tools to vcl
Change-Id: Ief9949fd4252de9e33df172af07aa7ed097b5520
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136560
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index 9bfc030bc5ab..ea24298ef633 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2021-09-12 11:51:31 using: + Generated on 2022-06-27 18:57:36 using: ./bin/update_pch dbaccess dbu --cutoff=12 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -114,6 +114,7 @@ #include <vcl/wall.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/wintypes.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/color/bcolor.hxx> @@ -124,8 +125,6 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/container/XIndexAccess.hpp> -#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/datatransfer/DataFlavor.hpp> #include <com/sun/star/datatransfer/XTransferable2.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> @@ -182,12 +181,13 @@ #include <connectivity/dbtools.hxx> #include <connectivity/dbtoolsdllapi.hxx> #include <cppu/unotype.hxx> -#include <cppuhelper/compbase.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase_ex.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/weakref.hxx> +#include <o3tl/safeint.hxx> +#include <o3tl/span.hxx> #include <o3tl/typed_flags_set.hxx> #include <salhelper/simplereferenceobject.hxx> #include <salhelper/singletonref.hxx> @@ -216,7 +216,6 @@ #include <tools/ref.hxx> #include <tools/solar.h> #include <tools/toolsdllapi.h> -#include <tools/wintypes.hxx> #include <typelib/typedescription.h> #include <uno/data.h> #include <unotools/eventlisteneradapter.hxx> @@ -230,7 +229,7 @@ #include <IClipBoardTest.hxx> #include <QEnumTypes.hxx> #include <TableConnectionData.hxx> -#include <TableWindowData.hxx> +#include <TableFieldDescription.hxx> #include <TypeInfo.hxx> #include <UITools.hxx> #include <browserids.hxx> |