From 5e62d30fa2a23c916402388ab8157d365b47230f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 28 May 2014 15:52:41 +0200 Subject: update_pch Change-Id: I5316693452427ed76a7738b090de023b110caa40 --- vcl/inc/pch/precompiled_vcl.hxx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'vcl/inc/pch') diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index b4fce141d8a3..7afd3f4670d8 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -14,10 +14,8 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "basegfx/matrix/b2dhommatrix.hxx" #include "basegfx/polygon/b2dpolygon.hxx" #include "basegfx/polygon/b2dpolygontools.hxx" -#include "basegfx/polygon/b2dpolypolygon.hxx" #include "com/sun/star/accessibility/AccessibleRole.hpp" #include "com/sun/star/accessibility/MSAAService.hpp" #include "com/sun/star/accessibility/XAccessible.hpp" @@ -28,7 +26,6 @@ #include "com/sun/star/awt/XWindow.hpp" #include "com/sun/star/awt/XWindowPeer.hpp" #include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/beans/PropertyValues.hpp" #include "com/sun/star/beans/XPropertySet.hpp" #include "com/sun/star/configuration/theDefaultProvider.hpp" #include "com/sun/star/container/XNameAccess.hpp" @@ -46,8 +43,6 @@ #include "com/sun/star/graphic/GraphicProvider.hpp" #include "com/sun/star/graphic/XGraphicProvider.hpp" #include "com/sun/star/i18n/TransliterationModules.hpp" -#include "com/sun/star/i18n/WordType.hpp" -#include "com/sun/star/i18n/XBreakIterator.hpp" #include "com/sun/star/io/XInputStream.hpp" #include "com/sun/star/io/XSeekable.hpp" #include "com/sun/star/lang/DisposedException.hpp" @@ -58,7 +53,6 @@ #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/lang/XServiceName.hpp" #include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/linguistic2/LinguServiceManager.hpp" #include "com/sun/star/packages/zip/ZipFileAccess.hpp" #include "com/sun/star/rendering/CanvasFactory.hpp" #include "com/sun/star/rendering/XCanvas.hpp" @@ -84,7 +78,6 @@ #include "i18nutil/unicode.hxx" #include "officecfg/Office/Common.hxx" #include "osl/diagnose.h" -#include "osl/file.h" #include "osl/file.hxx" #include "osl/module.h" #include "osl/module.hxx" @@ -107,7 +100,6 @@ #include "string.h" #include "tools/debug.hxx" #include "tools/diagnose_ex.h" -#include "tools/poly.hxx" #include "tools/rc.h" #include "tools/resmgr.hxx" #include "tools/stream.hxx" @@ -118,7 +110,6 @@ #include "unotools/collatorwrapper.hxx" #include "unotools/confignode.hxx" #include "unotools/fontcfg.hxx" -#include "unotools/fontcvt.hxx" #include "unotools/localedatawrapper.hxx" #include "unotools/streamwrap.hxx" #include "unotools/syslocaleoptions.hxx" @@ -170,8 +161,10 @@ #include #include #include +#include #include #include +#include #include #include #include @@ -182,6 +175,7 @@ #include #include #include +#include #include #include #include @@ -231,6 +225,7 @@ #include #include #include +#include #include #include #include @@ -245,6 +240,7 @@ #include #include #include +#include #include #include #include @@ -334,6 +330,7 @@ #include #include #include +#include #include #include #include @@ -349,6 +346,7 @@ #include #include #include +#include #include #include #include @@ -395,6 +393,7 @@ #include #include #include +#include #include #include #include -- cgit