diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-06 12:50:45 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-06 12:55:43 +1100 |
commit | 249e3d6d1927705aac81fa7f40fccc5c82be43d7 (patch) | |
tree | 0ef2341deed4549db48c1ddd4bd54312bc6346a6 /starmath/inc | |
parent | 9739aa9f40367a51dd71ce23f091e970d98947d5 (diff) |
vcl: split exception types from input types
Having them in the file apptypes.hxx isn't necessary helpful, IMO so
I've split the types into inputtypes.hxx and exceptiontypes.hxx
Change-Id: I89a1ff168c3ae276b2f5486669d4ec2dda062d57
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 8dcde82152ac..2d3175ac0cef 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -13,17 +13,16 @@ 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 2015-11-14 14:16:37 using: + Generated on 2016-02-06 12:33:50 using: ./bin/update_pch starmath sm --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./starmath/inc/pch/precompiled_sm.hxx "/opt/lo/bin/make starmath.build" --find-conflicts + ./bin/update_pch_bisect ./starmath/inc/pch/precompiled_sm.hxx "make starmath.build" --find-conflicts */ #include <algorithm> #include <cassert> #include <climits> -#include <config_features.h> #include <cstdarg> #include <cstddef> #include <cstdlib> @@ -41,7 +40,6 @@ #include <vector> #include <boost/checked_delete.hpp> #include <boost/intrusive_ptr.hpp> -#include <boost/optional.hpp> #include <boost/optional/optional.hpp> #include <boost/signals2/signal.hpp> #include <osl/diagnose.h> @@ -67,7 +65,6 @@ #include <sal/macros.h> #include <sal/types.h> #include <salhelper/singletonref.hxx> -#include <vcl/apptypes.hxx> #include <vcl/cairo.hxx> #include <vcl/cursor.hxx> #include <vcl/devicecoordinate.hxx> @@ -75,6 +72,7 @@ #include <vcl/event.hxx> #include <vcl/font.hxx> #include <vcl/inputctx.hxx> +#include <vcl/inputtypes.hxx> #include <vcl/keycodes.hxx> #include <vcl/mapmod.hxx> #include <vcl/metaact.hxx> @@ -99,7 +97,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/LineCap.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> @@ -120,7 +117,6 @@ #include <format.hxx> #include <i18nlangtag/lang.h> #include <node.hxx> -#include <o3tl/cow_wrapper.hxx> #include <o3tl/typed_flags_set.hxx> #include <rect.hxx> #include <rsc/rsc-vcl-shared-types.hxx> @@ -148,7 +144,6 @@ #include <tools/debug.hxx> #include <tools/errcode.hxx> #include <tools/gen.hxx> -#include <tools/globname.hxx> #include <tools/link.hxx> #include <tools/mapunit.hxx> #include <tools/poly.hxx> |