From d031002b326c4ba1c012a152beb53f08ee1354ea Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 17 Feb 2020 16:22:49 +0000 Subject: weld LimitBox Item Window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dbaccess/inc/pch/precompiled_dba.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dbaccess/inc/pch/precompiled_dba.hxx') 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 #include #include +#include #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include @@ -162,6 +163,7 @@ #include #include #include +#include #include #include #include @@ -271,7 +273,6 @@ #if PCH_LEVEL >= 4 #include #include -#include #include #include #include -- cgit