diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-03 09:26:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-04 09:58:27 +0100 |
commit | bd60ca2f354de4080d6ea6ffe65738f7a0e551d6 (patch) | |
tree | 4c1d4655d4a348618958ed49fd9e46b5e6436f07 | |
parent | 754afe85b2ddec45987f3060066f55dda05cdb67 (diff) |
remove some unnecessary includes and update pches
Change-Id: Ieee11f2ea3c5c18a84316a8b7c39a261afd720ed
Reviewed-on: https://gerrit.libreoffice.org/84308
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | accessibility/inc/pch/precompiled_acc.hxx | 35 | ||||
-rw-r--r-- | basctl/inc/pch/precompiled_basctl.hxx | 12 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartcontroller.hxx | 9 | ||||
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 9 | ||||
-rw-r--r-- | include/vcl/OptionalBox.hxx | 3 | ||||
-rw-r--r-- | reportdesign/inc/pch/precompiled_rptui.hxx | 11 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 7 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 8 | ||||
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 10 | ||||
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 6 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 3 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 4 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 26 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 8 |
14 files changed, 79 insertions, 72 deletions
diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index fe3ceebf5770..2a37c386e4cf 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.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:13:07 using: + Generated on 2019-12-03 09:18:05 using: ./bin/update_pch accessibility acc --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -39,7 +39,6 @@ #include <memory> #include <new> #include <ostream> -#include <set> #include <stddef.h> #include <string.h> #include <string> @@ -48,7 +47,6 @@ #include <typeinfo> #include <utility> #include <vector> -#include <o3tl/optional.hxx> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -91,6 +89,7 @@ #include <vcl/GestureEvent.hxx> #include <vcl/IContext.hxx> #include <vcl/NotebookBarAddonsMerger.hxx> +#include <vcl/NotebookbarContextControl.hxx> #include <vcl/Scanline.hxx> #include <vcl/accel.hxx> #include <vcl/accessibletable.hxx> @@ -102,20 +101,16 @@ #include <vcl/button.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> -#include <vcl/combobox.hxx> -#include <vcl/controllayout.hxx> #include <vcl/ctrl.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> #include <vcl/dockwin.hxx> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> #include <vcl/fntstyle.hxx> #include <vcl/font.hxx> -#include <vcl/headbar.hxx> #include <vcl/idle.hxx> #include <vcl/image.hxx> #include <vcl/keycod.hxx> @@ -130,15 +125,16 @@ #include <vcl/outdevstate.hxx> #include <vcl/quickselectionengine.hxx> #include <vcl/region.hxx> +#include <vcl/salgtype.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/scopedbitmapaccess.hxx> -#include <vcl/scrbar.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <vcl/task.hxx> #include <vcl/textfilter.hxx> #include <vcl/timer.hxx> +#include <vcl/toolbox.hxx> #include <vcl/transfer.hxx> #include <vcl/treelist.hxx> #include <vcl/treelistbox.hxx> @@ -148,8 +144,10 @@ #include <vcl/vclevent.hxx> #include <vcl/vclptr.hxx> #include <vcl/vclreferencebase.hxx> +#include <vcl/virdev.hxx> #include <vcl/wall.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -177,7 +175,6 @@ #include <com/sun/star/accessibility/XAccessibleComponent.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <com/sun/star/accessibility/XAccessibleContext2.hpp> -#include <com/sun/star/accessibility/XAccessibleEditableText.hpp> #include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp> #include <com/sun/star/accessibility/XAccessibleExtendedComponent.hpp> #include <com/sun/star/accessibility/XAccessibleKeyBinding.hpp> @@ -191,10 +188,18 @@ #include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Rectangle.hpp> -#include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/awt/XDevice.hpp> +#include <com/sun/star/awt/XDockableWindow.hpp> #include <com/sun/star/awt/XFocusListener.hpp> +#include <com/sun/star/awt/XLayoutConstrains.hpp> +#include <com/sun/star/awt/XStyleSettingsSupplier.hpp> +#include <com/sun/star/awt/XUnitConversion.hpp> +#include <com/sun/star/awt/XVclWindowPeer.hpp> +#include <com/sun/star/awt/XView.hpp> #include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/awt/XWindow2.hpp> #include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/datatransfer/DataFlavor.hpp> #include <com/sun/star/datatransfer/XTransferable2.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> @@ -242,6 +247,7 @@ #include <comphelper/accimplaccess.hxx> #include <comphelper/comphelperdllapi.h> #include <comphelper/sequence.hxx> +#include <comphelper/servicehelper.hxx> #include <comphelper/solarmutex.hxx> #include <comphelper/uno3.hxx> #include <cppu/cppudllapi.h> @@ -263,7 +269,6 @@ #include <cppuhelper/implbase_ex_pre.hxx> #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/supportsservice.hxx> -#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/weakagg.hxx> #include <cppuhelper/weakref.hxx> @@ -276,11 +281,11 @@ #include <extended/accessibletabbarbase.hxx> #include <helper/accresmgr.hxx> #include <helper/characterattributeshelper.hxx> -#include <helper/listboxhelper.hxx> #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> +#include <o3tl/optional.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> @@ -292,22 +297,18 @@ #include <standard/accessiblemenubasecomponent.hxx> #include <standard/accessiblemenuitemcomponent.hxx> #include <standard/vclxaccessiblebox.hxx> -#include <standard/vclxaccessibleedit.hxx> -#include <standard/vclxaccessiblelist.hxx> #include <standard/vclxaccessibletextcomponent.hxx> #include <svl/SfxBroadcaster.hxx> #include <svl/hint.hxx> #include <svl/svldllapi.h> -#include <svtools/svtdllapi.h> #include <svtools/tabbar.hxx> #include <toolkit/awt/vclxaccessiblecomponent.hxx> -#include <toolkit/awt/vclxwindow.hxx> +#include <toolkit/awt/vclxdevice.hxx> #include <toolkit/awt/vclxwindows.hxx> #include <toolkit/dllapi.h> #include <toolkit/helper/convert.hxx> #include <tools/color.hxx> #include <tools/contnr.hxx> -#include <tools/debug.hxx> #include <tools/fldunit.hxx> #include <tools/fontenum.hxx> #include <tools/gen.hxx> diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index f6db030492d1..daedc7b9e12f 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.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:13:51 using: + Generated on 2019-12-03 09:17:43 using: ./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -49,11 +49,11 @@ #include <type_traits> #include <typeinfo> #include <unordered_map> +#include <unordered_set> #include <utility> #include <vector> #include <boost/functional/hash.hpp> -#include <o3tl/optional.hxx> -#include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -104,7 +104,6 @@ #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/builder.hxx> -#include <vcl/button.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> #include <vcl/commandevent.hxx> @@ -158,6 +157,7 @@ #include <vcl/wall.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #include <vcl/xtextedt.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 @@ -244,6 +244,7 @@ #include <com/sun/star/uno/TypeClass.hdl> #include <com/sun/star/uno/XAggregation.hpp> #include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XCurrentContext.hpp> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/XWeak.hpp> #include <com/sun/star/uno/genfunc.h> @@ -300,6 +301,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> +#include <o3tl/optional.hxx> #include <o3tl/safeint.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> @@ -423,7 +425,9 @@ #include <typelib/typedescription.h> #include <typelib/uik.h> #include <uno/any2.h> +#include <uno/current_context.h> #include <uno/data.h> +#include <uno/lbnames.h> #include <uno/sequence2.h> #include <unotools/configitem.hxx> #include <unotools/fontdefs.hxx> diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index da1c5a3301c2..4185805a0fba 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.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:15:01 using: + Generated on 2019-12-03 09:18:41 using: ./bin/update_pch chart2 chartcontroller --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -46,9 +46,11 @@ #include <type_traits> #include <typeinfo> #include <unordered_map> +#include <unordered_set> #include <utility> #include <vector> -#include <o3tl/optional.hxx> +#include <boost/property_tree/json_parser.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -136,6 +138,7 @@ #include <vcl/wall.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -179,6 +182,7 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> +#include <com/sun/star/chart2/XDiagram.hpp> #include <com/sun/star/chart2/XRegressionCurveContainer.hpp> #include <com/sun/star/container/XIndexReplace.hpp> #include <com/sun/star/container/XNameContainer.hpp> @@ -286,6 +290,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> +#include <o3tl/optional.hxx> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 77f5ecf0b4cd..729c5b85c7bd 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.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:14:21 using: + Generated on 2019-12-03 09:19:08 using: ./bin/update_pch cui cui --cutoff=8 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -47,10 +47,11 @@ #include <type_traits> #include <typeinfo> #include <unordered_map> +#include <unordered_set> #include <utility> #include <vector> -#include <o3tl/optional.hxx> -#include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/json_parser.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -149,6 +150,7 @@ #include <vcl/wall.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -254,6 +256,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> +#include <o3tl/optional.hxx> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> diff --git a/include/vcl/OptionalBox.hxx b/include/vcl/OptionalBox.hxx index 956e98a1c252..326fc7536c2d 100644 --- a/include/vcl/OptionalBox.hxx +++ b/include/vcl/OptionalBox.hxx @@ -20,11 +20,8 @@ #ifndef INCLUDED_VCL_OPTIONALBOX_HXX #define INCLUDED_VCL_OPTIONALBOX_HXX -#include <vcl/builderfactory.hxx> #include <vcl/IPrioritable.hxx> #include <vcl/layout.hxx> -#include <vcl/floatwin.hxx> -#include <vcl/toolbox.hxx> class OptionalBox final : public VclHBox, public vcl::IPrioritable { diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index 47491a285d29..0a28008c3e69 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.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-12 16:36:16 using: + Generated on 2019-12-03 09:19:40 using: ./bin/update_pch reportdesign rptui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -22,6 +22,7 @@ #if PCH_LEVEL >= 1 #include <algorithm> +#include <assert.h> #include <cassert> #include <cstddef> #include <cstdlib> @@ -42,7 +43,6 @@ #include <ostream> #include <set> #include <sstream> -#include <stack> #include <stddef.h> #include <string.h> #include <string> @@ -54,8 +54,8 @@ #include <utility> #include <vector> #include <boost/intrusive_ptr.hpp> -#include <o3tl/optional.hxx> -#include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/json_parser.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -113,6 +113,7 @@ #include <vcl/builderpage.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> +#include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> #include <vcl/devicecoordinate.hxx> @@ -161,6 +162,7 @@ #include <vcl/wall.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -326,6 +328,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> +#include <o3tl/optional.hxx> #include <o3tl/safeint.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 33289942b8a3..424eaa02758a 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.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 16:11:20 using: + Generated on 2019-12-03 09:20:23 using: ./bin/update_pch sc sc --cutoff=12 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -52,9 +52,8 @@ #include <vector> #include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> -#include <o3tl/optional.hxx> #include <boost/property_tree/json_parser.hpp> -#include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/conditn.hxx> @@ -147,6 +146,7 @@ #include <vcl/virdev.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -297,6 +297,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> +#include <o3tl/optional.hxx> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index bfd2e4bc1858..bfecafbda3c7 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.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:16:08 using: + Generated on 2019-12-03 09:20:46 using: ./bin/update_pch sd sdui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -48,10 +48,10 @@ #include <string_view> #include <type_traits> #include <typeinfo> +#include <unordered_set> #include <utility> #include <vector> -#include <o3tl/optional.hxx> -#include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -145,6 +145,7 @@ #include <vcl/wall.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -240,6 +241,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> +#include <o3tl/optional.hxx> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 1e86678c8a11..9495764d9d38 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.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:16:16 using: + Generated on 2019-12-03 09:21:34 using: ./bin/update_pch sfx2 sfx --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,8 +45,8 @@ #include <utility> #include <vector> #include <boost/logic/tribool.hpp> -#include <o3tl/optional.hxx> #include <boost/property_tree/json_parser.hpp> +#include <boost/property_tree/ptree.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/conditn.hxx> @@ -88,7 +88,6 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <vcl/EnumContext.hxx> -#include <vcl/NotebookbarContextControl.hxx> #include <vcl/Scanline.hxx> #include <vcl/alpha.hxx> #include <vcl/bitmapex.hxx> @@ -98,6 +97,7 @@ #include <vcl/commandevent.hxx> #include <vcl/commandinfoprovider.hxx> #include <vcl/ctrl.hxx> +#include <vcl/decoview.hxx> #include <vcl/dibtools.hxx> #include <vcl/dllapi.h> #include <vcl/errcode.hxx> @@ -126,13 +126,10 @@ #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> -#include <vcl/tabctrl.hxx> #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> -#include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> #include <vcl/virdev.hxx> -#include <vcl/waitobj.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> @@ -348,6 +345,7 @@ #include <i18nlangtag/languagetag.hxx> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> +#include <o3tl/optional.hxx> #include <o3tl/typed_flags_set.hxx> #include <officecfg/Office/Common.hxx> #include <officecfg/Setup.hxx> diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 70ab87528f59..3638394cadc8 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.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-29 13:05:21 using: + Generated on 2019-12-03 09:22:16 using: ./bin/update_pch svtools svt --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -48,8 +48,8 @@ #include <unordered_map> #include <utility> #include <vector> -#include <o3tl/optional.hxx> #include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -153,6 +153,7 @@ #include <vcl/virdev.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -283,6 +284,7 @@ #include <o3tl/any.hxx> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> +#include <o3tl/optional.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 1655a026af1a..77bbf9031b2a 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.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-12-01 19:16:47 using: + Generated on 2019-12-03 09:22:33 using: ./bin/update_pch svx svx --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -43,6 +43,7 @@ #include <vector> #include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 61a8b1d117ea..882b3267089d 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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-12-01 19:16:07 using: + Generated on 2019-12-03 09:23:12 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -39,7 +39,6 @@ #include <new> #include <ostream> #include <set> -#include <stack> #include <stddef.h> #include <string.h> #include <string> @@ -51,6 +50,7 @@ #include <vector> #include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index 577017afceb6..0ce7dd018356 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.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-29 12:15:00 using: + Generated on 2019-12-03 09:23:47 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: @@ -27,7 +27,6 @@ #include <cstdlib> #include <cstring> #include <deque> -#include <float.h> #include <functional> #include <initializer_list> #include <limits.h> @@ -46,8 +45,8 @@ #include <utility> #include <vector> #include <boost/circular_buffer.hpp> -#include <o3tl/optional.hxx> #include <boost/property_tree/json_parser.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -84,10 +83,12 @@ #include <sal/types.h> #include <sal/typesizes.h> #include <vcl/EnumContext.hxx> +#include <vcl/NotebookBarAddonsMerger.hxx> #include <vcl/Scanline.hxx> #include <vcl/alpha.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> +#include <vcl/builder.hxx> #include <vcl/button.hxx> #include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> @@ -104,6 +105,7 @@ #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/help.hxx> +#include <vcl/idle.hxx> #include <vcl/image.hxx> #include <vcl/imap.hxx> #include <vcl/imapobj.hxx> @@ -122,6 +124,7 @@ #include <vcl/virdev.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -130,7 +133,6 @@ #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> -#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/range/b2drange.hxx> #include <basegfx/range/basicrange.hxx> @@ -151,7 +153,6 @@ #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/embed/Aspects.hpp> -#include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XFrame.hpp> @@ -223,7 +224,6 @@ #include <editeng/brushitem.hxx> #include <editeng/charhiddenitem.hxx> #include <editeng/charrotateitem.hxx> -#include <editeng/charscaleitem.hxx> #include <editeng/cmapitem.hxx> #include <editeng/colritem.hxx> #include <editeng/contouritem.hxx> @@ -232,7 +232,6 @@ #include <editeng/editengdllapi.h> #include <editeng/editview.hxx> #include <editeng/eeitem.hxx> -#include <editeng/emphasismarkitem.hxx> #include <editeng/escapementitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/flditem.hxx> @@ -264,7 +263,6 @@ #include <editeng/svxacorr.hxx> #include <editeng/svxenum.hxx> #include <editeng/tstpitem.hxx> -#include <editeng/twolinesitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/unolingu.hxx> @@ -280,11 +278,11 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/safeint.hxx> +#include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> #include <officecfg/Office/Common.hxx> -#include <salhelper/condition.hxx> #include <salhelper/salhelperdllapi.h> #include <salhelper/simplereferenceobject.hxx> #include <salhelper/singletonref.hxx> @@ -368,6 +366,7 @@ #include <svx/srchdlg.hxx> #include <svx/svddef.hxx> #include <svx/svditer.hxx> +#include <svx/svdmark.hxx> #include <svx/svdmodel.hxx> #include <svx/svdobj.hxx> #include <svx/svdogrp.hxx> @@ -376,7 +375,6 @@ #include <svx/svdoutl.hxx> #include <svx/svdpage.hxx> #include <svx/svdpagv.hxx> -#include <svx/svdundo.hxx> #include <svx/svdview.hxx> #include <svx/svxdlg.hxx> #include <svx/svxdllapi.h> @@ -386,8 +384,6 @@ #include <svx/xdef.hxx> #include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> -#include <svx/xoutbmp.hxx> -#include <svx/xtable.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> #include <tools/datetime.hxx> @@ -412,7 +408,6 @@ #include <unotools/charclass.hxx> #include <unotools/configmgr.hxx> #include <unotools/lingucfg.hxx> -#include <unotools/linguprops.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/moduleoptions.hxx> #include <unotools/options.hxx> @@ -421,7 +416,6 @@ #include <unotools/syslocale.hxx> #include <unotools/tempfile.hxx> #include <unotools/transliterationwrapper.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <unotools/unotoolsdllapi.h> #include <unotools/useroptions.hxx> #include <xmloff/dllapi.h> @@ -478,15 +472,12 @@ #include <docstyle.hxx> #include <docufld.hxx> #include <drawdoc.hxx> -#include <edimp.hxx> #include <editsh.hxx> #include <expfld.hxx> #include <fchrfmt.hxx> #include <fesh.hxx> #include <fldbas.hxx> #include <flddat.hxx> -#include <fldupde.hxx> -#include <flypos.hxx> #include <fmtanchr.hxx> #include <fmtautofmt.hxx> #include <fmtclbl.hxx> @@ -530,7 +521,6 @@ #include <lineinfo.hxx> #include <mdiexp.hxx> #include <modcfg.hxx> -#include <modeltoviewhelper.hxx> #include <ndgrf.hxx> #include <ndindex.hxx> #include <ndnotxt.hxx> diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index 48f81b6d9be3..d9e37e724536 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.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:23 using: + Generated on 2019-12-03 09:24:24 using: ./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -52,8 +52,7 @@ #include <typeinfo> #include <utility> #include <vector> -#include <o3tl/optional.hxx> -#include <boost/property_tree/ptree.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -92,7 +91,6 @@ #include <sal/typesizes.h> #include <vcl/AccessibleBrowseBoxObjType.hxx> #include <vcl/EnumContext.hxx> -#include <vcl/GestureEvent.hxx> #include <vcl/GraphicExternalLink.hxx> #include <vcl/GraphicObject.hxx> #include <vcl/IDialogRenderable.hxx> @@ -164,6 +162,7 @@ #include <vcl/wall.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> +#include <vcl/windowstate.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -344,6 +343,7 @@ #include <i18nutil/transliteration.hxx> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> +#include <o3tl/optional.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> |