diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-09-20 23:04:09 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-09-22 21:01:49 +0200 |
commit | cf48347e7a56c38c000e657965f25f4c7e7b4803 (patch) | |
tree | 27a733722bad94d642c40092e8a96fad4ac26eda /svtools | |
parent | eef4c133e9649ebd690918bd7b83c2d5dc0dfcff (diff) |
Fresh run of bin/update_pch.sh
Change-Id: I69d4157aaf6570cecd51ea59df20556914942e06
Reviewed-on: https://gerrit.libreoffice.org/42565
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index d7e516d25daf..142bf93dd753 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -13,11 +13,11 @@ 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:41 using: + Generated on 2017-09-20 22:54:06 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: - ./bin/update_pch_bisect ./svtools/inc/pch/precompiled_svt.hxx "/opt/lo/bin/make svtools.build" --find-conflicts + ./bin/update_pch_bisect ./svtools/inc/pch/precompiled_svt.hxx "make svtools.build" --find-conflicts */ #include <algorithm> @@ -29,8 +29,10 @@ #include <cstring> #include <float.h> #include <functional> +#include <initializer_list> #include <iomanip> #include <limits.h> +#include <limits> #include <list> #include <map> #include <math.h> @@ -41,6 +43,7 @@ #include <sstream> #include <stack> #include <stdarg.h> +#include <stdexcept> #include <string.h> #include <string> #include <type_traits> @@ -48,7 +51,6 @@ #include <unordered_map> #include <utility> #include <vector> -#include <boost/intrusive_ptr.hpp> #include <boost/optional.hpp> #include <osl/conditn.hxx> #include <osl/diagnose.h> @@ -67,6 +69,7 @@ #include <rtl/character.hxx> #include <rtl/crc.h> #include <rtl/instance.hxx> +#include <rtl/locale.h> #include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> @@ -91,23 +94,25 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <salhelper/salhelperdllapi.h> -#include <salhelper/simplereferenceobject.hxx> #include <salhelper/thread.hxx> #include <salhelper/timer.hxx> +#include <vcl/EnumContext.hxx> +#include <vcl/IContext.hxx> #include <vcl/alpha.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/builder.hxx> #include <vcl/builderfactory.hxx> #include <vcl/button.hxx> -#include <vcl/commandevent.hxx> #include <vcl/combobox.hxx> +#include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> #include <vcl/decoview.hxx> #include <vcl/dialog.hxx> #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> #include <vcl/edit.hxx> +#include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/field.hxx> #include <vcl/fixed.hxx> @@ -128,20 +133,23 @@ #include <vcl/metaact.hxx> #include <vcl/metric.hxx> #include <vcl/msgbox.hxx> +#include <vcl/notebookbar.hxx> #include <vcl/outdev.hxx> #include <vcl/salnativewidgets.hxx> -#include <vcl/scheduler.hxx> #include <vcl/scrbar.hxx> #include <vcl/settings.hxx> #include <vcl/spinfld.hxx> +#include <vcl/split.hxx> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> +#include <vcl/task.hxx> #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclevent.hxx> #include <vcl/vclmedit.hxx> #include <vcl/vclptr.hxx> +#include <vcl/vclreferencebase.hxx> #include <vcl/virdev.hxx> #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> @@ -165,12 +173,11 @@ #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> -#include <com/sun/star/accessibility/XAccessibleComponent.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> -#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/KeyGroup.hpp> #include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/awt/SystemPointer.hpp> #include <com/sun/star/awt/XActionListener.hpp> #include <com/sun/star/awt/XAdjustmentListener.hpp> #include <com/sun/star/awt/XDevice.hpp> @@ -184,7 +191,6 @@ #include <com/sun/star/awt/XMouseListener.hpp> #include <com/sun/star/awt/XMouseMotionListener.hpp> #include <com/sun/star/awt/XPaintListener.hpp> -#include <com/sun/star/awt/XPopupMenu.hpp> #include <com/sun/star/awt/XSpinListener.hpp> #include <com/sun/star/awt/XStyleSettingsSupplier.hpp> #include <com/sun/star/awt/XTabListener.hpp> @@ -196,7 +202,6 @@ #include <com/sun/star/awt/XVclContainerPeer.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/awt/XWindowListener.hpp> #include <com/sun/star/awt/grid/XGridSelectionListener.hpp> @@ -217,7 +222,7 @@ #include <com/sun/star/container/XContainerListener.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/datatransfer/DataFlavor.hpp> +#include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp> #include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp> #include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> @@ -232,19 +237,22 @@ #include <com/sun/star/frame/XToolbarController.hpp> #include <com/sun/star/i18n/Calendar2.hpp> #include <com/sun/star/i18n/CollatorOptions.hpp> +#include <com/sun/star/i18n/DirectionProperty.hpp> #include <com/sun/star/i18n/KCharacterType.hpp> #include <com/sun/star/i18n/KParseTokens.hpp> #include <com/sun/star/i18n/KParseType.hpp> #include <com/sun/star/i18n/LocaleItem.hpp> #include <com/sun/star/i18n/NumberFormatCode.hpp> +#include <com/sun/star/i18n/NumberFormatMapper.hpp> #include <com/sun/star/i18n/ParseResult.hpp> #include <com/sun/star/i18n/TransliterationModules.hpp> +#include <com/sun/star/i18n/TransliterationModulesExtra.hpp> +#include <com/sun/star/i18n/UnicodeScript.hpp> #include <com/sun/star/i18n/XCharacterClassification.hpp> #include <com/sun/star/i18n/XCollator.hpp> #include <com/sun/star/i18n/XExtendedTransliteration.hpp> #include <com/sun/star/i18n/XLocaleData4.hpp> #include <com/sun/star/i18n/XNativeNumberSupplier.hpp> -#include <com/sun/star/i18n/XNumberFormatCode.hpp> #include <com/sun/star/i18n/reservedWords.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -267,6 +275,7 @@ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/ucb/XContentAccess.hpp> +#include <com/sun/star/ui/XContextChangeEventListener.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.h> @@ -292,11 +301,11 @@ #include <com/sun/star/util/XUpdatable.hpp> #include <com/sun/star/view/SelectionType.hpp> #include <com/sun/star/view/XSelectionChangeListener.hpp> -#include <comphelper/accessiblecontexthelper.hxx> #include <comphelper/broadcasthelper.hxx> #include <comphelper/comphelperdllapi.h> #include <comphelper/extract.hxx> #include <comphelper/fileformat.h> +#include <comphelper/interfacecontainer2.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propagg.hxx> #include <comphelper/proparrhlp.hxx> @@ -311,15 +320,11 @@ #include <comphelper/uno3.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> -#include <cppuhelper/compbase2.hxx> +#include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase_ex.hxx> #include <cppuhelper/cppuhelperdllapi.h> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> -#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase5.hxx> -#include <cppuhelper/implbase9.hxx> #include <cppuhelper/implbase_ex.hxx> #include <cppuhelper/implbase_ex_post.hxx> #include <cppuhelper/implbase_ex_pre.hxx> @@ -339,8 +344,13 @@ #include <i18nlangtag/languagetag.hxx> #include <i18nutil/i18nutildllapi.h> #include <i18nutil/paper.hxx> +#include <i18nutil/transliteration.hxx> +#include <o3tl/any.hxx> #include <o3tl/cow_wrapper.hxx> +#include <o3tl/make_unique.hxx> +#include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> +#include <sfx2/notebookbar/NotebookbarContextControl.hxx> #include <sot/exchange.hxx> #include <sot/sotdllapi.h> #include <svl/SfxBroadcaster.hxx> @@ -363,7 +373,6 @@ #include <tools/datetime.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <vcl/errcode.hxx> #include <tools/fldunit.hxx> #include <tools/fontenum.hxx> #include <tools/fract.hxx> @@ -410,6 +419,8 @@ #include <svtools/grfmgr.hxx> #include <svtools/headbar.hxx> #include <svtools/htmlkywd.hxx> +#include <svtools/htmltokn.h> +#include <svtools/iconview.hxx> #include <svtools/imagemgr.hxx> #include <svtools/imap.hxx> #include <svtools/imapcirc.hxx> |