update sw pch
Change-Id: Ica2fb688d3fcf6f9f74399215e3092bf4a2ac9c8 Reviewed-on: https://gerrit.libreoffice.org/80337 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
aff306cdd0
commit
8641911d40
1 changed files with 1 additions and 3 deletions
|
@ -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 2019-09-25 10:57:48 using:
|
||||
Generated on 2019-10-05 20:14:03 using:
|
||||
./bin/update_pch sw sw --cutoff=7 --exclude:system --exclude:module --include:local
|
||||
|
||||
If after updating build fails, use the following command to locate conflicting headers:
|
||||
|
@ -66,7 +66,6 @@
|
|||
#include <rtl/ref.hxx>
|
||||
#include <rtl/strbuf.hxx>
|
||||
#include <rtl/string.h>
|
||||
#include <rtl/stringutils.hxx>
|
||||
#include <rtl/tencinfo.h>
|
||||
#include <rtl/textcvt.h>
|
||||
#include <rtl/textenc.h>
|
||||
|
@ -89,7 +88,6 @@
|
|||
#include <vcl/button.hxx>
|
||||
#include <vcl/commandevent.hxx>
|
||||
#include <vcl/ctrl.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/dndhelp.hxx>
|
||||
#include <vcl/edit.hxx>
|
||||
|
|
Loading…
Reference in a new issue