tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / external / libstaroffice / inc / pch / precompiled_staroffice.hxx
blob1ad24c0058d7296eef55b78b1f0acbeb96e43c6d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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/.
8 */
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 2019-10-13 10:27:57 using:
17 ./bin/update_pch external/libstaroffice staroffice --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 ./external/libstaroffice/inc/pch/precompiled_staroffice.hxx "make external/libstaroffice.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <algorithm>
25 #include <cctype>
26 #include <cmath>
27 #include <cstdarg>
28 #include <cstdio>
29 #include <cstdlib>
30 #include <cstring>
31 #include <ctype.h>
32 #include <functional>
33 #include <iomanip>
34 #include <iostream>
35 #include <limits>
36 #include <locale.h>
37 #include <map>
38 #include <math.h>
39 #include <memory>
40 #include <set>
41 #include <sstream>
42 #include <stack>
43 #include <string.h>
44 #include <string>
45 #include <time.h>
46 #include <utility>
47 #include <vector>
48 #endif // PCH_LEVEL >= 1
49 #if PCH_LEVEL >= 2
50 #endif // PCH_LEVEL >= 2
51 #if PCH_LEVEL >= 3
52 #include <librevenge-stream/librevenge-stream.h>
53 #include <librevenge/librevenge.h>
54 #include <libstaroffice/libstaroffice.hxx>
55 #endif // PCH_LEVEL >= 3
56 #if PCH_LEVEL >= 4
57 #endif // PCH_LEVEL >= 4
59 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */