1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
16 Generated on 2021-03-08 13:13:00 using:
17 ./bin/update_pch dbaccess dbahsql --cutoff=1 --exclude:system --include:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./dbaccess/inc/pch/precompiled_dbahsql.hxx "make dbaccess.build" --find-conflicts
23 #include <sal/config.h>
25 #include <string_view>
26 #include <boost/date_time/posix_time/posix_time.hpp>
27 #endif // PCH_LEVEL >= 1
29 #include <rtl/ustrbuf.hxx>
30 #include <sal/log.hxx>
31 #include <vcl/weld.hxx>
32 #endif // PCH_LEVEL >= 2
34 #include <com/sun/star/embed/ElementModes.hpp>
35 #include <com/sun/star/embed/XStorage.hpp>
36 #include <com/sun/star/io/TextInputStream.hpp>
37 #include <com/sun/star/io/WrongFormatException.hpp>
38 #include <com/sun/star/io/XInputStream.hpp>
39 #include <com/sun/star/sdbc/DataType.hpp>
40 #include <com/sun/star/sdbc/SQLException.hpp>
41 #include <com/sun/star/sdbc/XConnection.hpp>
42 #include <com/sun/star/sdbc/XParameters.hpp>
43 #include <com/sun/star/util/Date.hpp>
44 #include <com/sun/star/util/DateTime.hpp>
45 #include <com/sun/star/util/Time.hpp>
46 #include <comphelper/processfactory.hxx>
47 #include <comphelper/string.hxx>
48 #include <connectivity/dbexception.hxx>
49 #include <connectivity/dbtools.hxx>
50 #include <tools/stream.hxx>
51 #include <unotools/ucbstreamhelper.hxx>
52 #endif // PCH_LEVEL >= 3
54 #endif // PCH_LEVEL >= 4
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */