Update pch
Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 Reviewed-on: https://gerrit.libreoffice.org/3427 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
parent
aae91941bf
commit
c75eeddfb8
@ -108,6 +108,7 @@
|
||||
#include <com/sun/star/form/XSubmitListener.hpp>
|
||||
#include <com/sun/star/form/runtime/XFormController.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/Frame.hpp>
|
||||
#include <com/sun/star/frame/FrameSearchFlag.hpp>
|
||||
#include <com/sun/star/frame/TaskCreator.hpp>
|
||||
#include <com/sun/star/frame/UICommandDescription.hpp>
|
||||
@ -333,7 +334,6 @@
|
||||
#include <framework/undomanagerhelper.hxx>
|
||||
#include <functional>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <jvmaccess/virtualmachine.hxx>
|
||||
#include <limits>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit faf63ac08a9f3f1463a7f119083964f76b71141c
|
||||
Subproject commit b32611e23a1f35f16f4c37bbbdc02027157424d1
|
@ -278,6 +278,7 @@
|
||||
#include <com/sun/star/text/ControlCharacter.hpp>
|
||||
#include <com/sun/star/text/GraphicCrop.hpp>
|
||||
#include <com/sun/star/text/HoriOrientation.hpp>
|
||||
#include <com/sun/star/text/PositionAndSpaceMode.hpp>
|
||||
#include <com/sun/star/text/RelOrientation.hpp>
|
||||
#include <com/sun/star/text/SizeType.hpp>
|
||||
#include <com/sun/star/text/TextContentAnchorType.hpp>
|
||||
@ -318,6 +319,7 @@
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#include <comphelper/storagehelper.hxx>
|
||||
#include <comphelper/string.hxx>
|
||||
#include <config_oox.h>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
@ -332,7 +334,6 @@
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <math.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <osl/diagnose.h>
|
||||
#include <osl/file.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
@ -24,9 +24,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <deque>
|
||||
#include <float.h>
|
||||
#include <functional>
|
||||
#include <limits.h>
|
||||
#include <list>
|
||||
#include <sstream>
|
||||
|
@ -210,6 +210,7 @@
|
||||
#include <com/sun/star/embed/ElementModes.hpp>
|
||||
#include <com/sun/star/embed/EmbedMisc.hpp>
|
||||
#include <com/sun/star/embed/EmbedStates.hpp>
|
||||
#include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp>
|
||||
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
|
||||
#include <com/sun/star/embed/XClassifiedObject.hpp>
|
||||
#include <com/sun/star/embed/XComponentSupplier.hpp>
|
||||
|
@ -188,6 +188,7 @@
|
||||
#include <com/sun/star/embed/ElementModes.hpp>
|
||||
#include <com/sun/star/embed/EmbedMisc.hpp>
|
||||
#include <com/sun/star/embed/EmbedStates.hpp>
|
||||
#include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp>
|
||||
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
|
||||
#include <com/sun/star/embed/StorageFactory.hpp>
|
||||
#include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp>
|
||||
@ -411,6 +412,7 @@
|
||||
#include <editeng/lrspitem.hxx>
|
||||
#include <editeng/lspcitem.hxx>
|
||||
#include <editeng/measfld.hxx>
|
||||
#include <editeng/numdef.hxx>
|
||||
#include <editeng/numitem.hxx>
|
||||
#include <editeng/outliner.hxx>
|
||||
#include <editeng/outlobj.hxx>
|
||||
|
@ -139,6 +139,7 @@
|
||||
#include <com/sun/star/form/binding/XValueBinding.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/DocumentTemplates.hpp>
|
||||
#include <com/sun/star/frame/Frame.hpp>
|
||||
#include <com/sun/star/frame/ModuleManager.hpp>
|
||||
#include <com/sun/star/frame/UICommandDescription.hpp>
|
||||
#include <com/sun/star/frame/XComponentLoader.hpp>
|
||||
@ -146,7 +147,6 @@
|
||||
#include <com/sun/star/frame/XDispatch.hpp>
|
||||
#include <com/sun/star/frame/XDispatchProvider.hpp>
|
||||
#include <com/sun/star/frame/XDocumentTemplates.hpp>
|
||||
#include <com/sun/star/frame/XFrame.hpp>
|
||||
#include <com/sun/star/frame/XLayoutManager.hpp>
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
#include <com/sun/star/frame/XStatusListener.hpp>
|
||||
@ -170,11 +170,6 @@
|
||||
#include <com/sun/star/io/XPersist.hpp>
|
||||
#include <com/sun/star/io/XSeekable.hpp>
|
||||
#include <com/sun/star/io/XStream.hpp>
|
||||
#include <com/sun/star/java/InvalidJavaSettingsException.hpp>
|
||||
#include <com/sun/star/java/JavaDisabledException.hpp>
|
||||
#include <com/sun/star/java/JavaNotFoundException.hpp>
|
||||
#include <com/sun/star/java/JavaVMCreationFailureException.hpp>
|
||||
#include <com/sun/star/java/RestartRequiredException.hpp>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
||||
#include <com/sun/star/lang/Locale.hpp>
|
||||
@ -204,10 +199,7 @@
|
||||
#include <com/sun/star/table/CellAddress.hpp>
|
||||
#include <com/sun/star/table/CellRangeAddress.hpp>
|
||||
#include <com/sun/star/task/InteractionHandler.hpp>
|
||||
#include <com/sun/star/task/XInteractionAbort.hpp>
|
||||
#include <com/sun/star/task/XInteractionContinuation.hpp>
|
||||
#include <com/sun/star/task/XInteractionHandler.hpp>
|
||||
#include <com/sun/star/task/XInteractionRetry.hpp>
|
||||
#include <com/sun/star/text/GraphicCrop.hpp>
|
||||
#include <com/sun/star/text/XPageCursor.hpp>
|
||||
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
|
||||
@ -302,7 +294,6 @@
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <i18nutil/unicode.hxx>
|
||||
#include <jvmfwk/framework.h>
|
||||
#include <limits.h>
|
||||
#include <limits>
|
||||
#include <list>
|
||||
|
@ -157,6 +157,7 @@
|
||||
#include <com/sun/star/embed/EmbedMisc.hpp>
|
||||
#include <com/sun/star/embed/EmbedStates.hpp>
|
||||
#include <com/sun/star/embed/EmbeddedObjectCreator.hpp>
|
||||
#include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp>
|
||||
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
|
||||
#include <com/sun/star/embed/OOoEmbeddedObjectFactory.hpp>
|
||||
#include <com/sun/star/embed/XClassifiedObject.hpp>
|
||||
@ -426,6 +427,7 @@
|
||||
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
||||
#include <com/sun/star/view/XViewSettingsSupplier.hpp>
|
||||
#include <com/sun/star/xforms/Model.hpp>
|
||||
#include <com/sun/star/xforms/XForms.hpp>
|
||||
#include <com/sun/star/xforms/XFormsSupplier.hpp>
|
||||
#include <com/sun/star/xforms/XFormsUIHelper1.hpp>
|
||||
#include <com/sun/star/xforms/XModel2.hpp>
|
||||
|
@ -289,6 +289,7 @@
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
#include <i18nutil/unicode.hxx>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <jerror.h>
|
||||
#include <jpeglib.h>
|
||||
|
@ -176,12 +176,16 @@
|
||||
#include <map>
|
||||
#include <math.h>
|
||||
#include <oox/core/filterdetect.hxx>
|
||||
#include <oox/drawingml/shapepropertymap.hxx>
|
||||
#include <oox/helper/graphichelper.hxx>
|
||||
#include <oox/helper/modelobjecthelper.hxx>
|
||||
#include <oox/helper/propertyset.hxx>
|
||||
#include <oox/mathml/import.hxx>
|
||||
#include <oox/ole/olestorage.hxx>
|
||||
#include <oox/ole/vbaproject.hxx>
|
||||
#include <oox/token/namespaces.hxx>
|
||||
#include <oox/token/tokens.hxx>
|
||||
#include <oox/vml/vmlformatting.hxx>
|
||||
#include <ooxml/OOXMLFastTokens.hxx>
|
||||
#include <ooxml/OOXMLnamespaceids.hxx>
|
||||
#include <ooxml/resourceids.hxx>
|
||||
|
Loading…
x
Reference in New Issue
Block a user