diff options
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/inc/pch/precompiled_xmlscript.hxx | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/xmlscript/inc/pch/precompiled_xmlscript.hxx b/xmlscript/inc/pch/precompiled_xmlscript.hxx index e1f376d99e2f..2eba32e91844 100644 --- a/xmlscript/inc/pch/precompiled_xmlscript.hxx +++ b/xmlscript/inc/pch/precompiled_xmlscript.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 2019-10-17 15:17:57 using: + Generated on 2020-01-22 15:59:07 using: ./bin/update_pch xmlscript xmlscript --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -21,34 +21,24 @@ */ #if PCH_LEVEL >= 1 -#include <o3tl/optional.hxx> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> #include <rtl/instance.hxx> #include <rtl/locale.h> #include <rtl/ref.hxx> -#include <rtl/unload.h> -#include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/config.h> #include <sal/log.hxx> #include <sal/types.h> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 -#include <com/sun/star/document/XStorageBasedDocument.hpp> -#include <com/sun/star/form/binding/XBindableValue.hpp> -#include <com/sun/star/form/binding/XListEntrySink.hpp> -#include <com/sun/star/form/binding/XValueBinding.hpp> -#include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/table/CellAddress.hpp> -#include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/xml/sax/SAXException.hpp> -#include <cppuhelper/implementationentry.hxx> #include <tools/diagnose_ex.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 +#include <xml_import.hxx> #include <xmlscript/xml_helper.hxx> #include <xmlscript/xmlns.h> #endif // PCH_LEVEL >= 4 |