diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-17 16:22:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-17 21:34:53 +0100 |
commit | d031002b326c4ba1c012a152beb53f08ee1354ea (patch) | |
tree | f3faab7686fc9377dc84c90e1ae029188a84e17e /dbaccess/inc/pch/precompiled_dba.hxx | |
parent | 2cdab992c6faeb98a1cbef7615f4cc7ce0d3f04d (diff) |
weld LimitBox Item Window
also merge dbaui::LimitBox with dbaui::LimitBoxImpl
Change-Id: Idd01e71d6afe817971223b46611c622a82883304
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88870
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/inc/pch/precompiled_dba.hxx')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dba.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx index 8c7b177d56ee..b49d1d43d4ae 100644 --- a/dbaccess/inc/pch/precompiled_dba.hxx +++ b/dbaccess/inc/pch/precompiled_dba.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 2020-01-22 15:57:40 using: + Generated on 2020-02-17 16:58:06 using: ./bin/update_pch dbaccess dba --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -47,6 +47,7 @@ #include <type_traits> #include <utility> #include <vector> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -162,6 +163,7 @@ #include <com/sun/star/sdbc/XColumnLocate.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> +#include <com/sun/star/sdbc/XResultSetMetaData.hpp> #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbcx/KeyType.hpp> @@ -271,7 +273,6 @@ #if PCH_LEVEL >= 4 #include <ContainerMediator.hxx> #include <apitools.hxx> -#include <columnsettings.hxx> #include <core_resource.hxx> #include <definitioncolumn.hxx> #include <sdbcoretools.hxx> |