diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-29 16:23:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-29 21:29:29 +0200 |
commit | d314ee8ffc3060927f119d83358e062da7f3d604 (patch) | |
tree | f02d63277a6ceadef79e2498cecca4518a6a906d | |
parent | e67f3a9043a088b0605c2dff17a641b122e675b8 (diff) |
update svtools pch
Change-Id: If636d1bda03c2932225980d9f2f31f0d06748a34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99713
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index f77ad8fa835e..381c6c6271bf 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.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-07-09 17:03:14 using: + Generated on 2020-07-29 16:22:56 using: ./bin/update_pch svtools svt --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -108,7 +108,6 @@ #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> #include <vcl/dockwin.hxx> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> @@ -136,7 +135,6 @@ #include <vcl/syswin.hxx> #include <vcl/task.hxx> #include <vcl/textfilter.hxx> -#include <vcl/textview.hxx> #include <vcl/timer.hxx> #include <vcl/transfer.hxx> #include <vcl/vclenum.hxx> @@ -320,6 +318,7 @@ #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> +#include <officecfg/Office/Common.hxx> #include <salhelper/thread.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> |