diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 04:45:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:55 +0100 |
commit | 3a29756723b9ceafd9021052a197fc3727b8d9ad (patch) | |
tree | 8476973aecba5dea2d9fbe556bce431d9c1d475f /oox/inc/pch | |
parent | 9e5132290b81e2907d4098d9a997f74cda2723f6 (diff) |
update pch
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
Diffstat (limited to 'oox/inc/pch')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 0fda8baa7279..9fc576d0afc2 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -179,6 +179,7 @@ #include <com/sun/star/drawing/EnhancedCustomShapeTextPathMode.hpp> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/FlagSequence.hpp> +#include <com/sun/star/drawing/GraphicExportFilter.hpp> #include <com/sun/star/drawing/Hatch.hpp> #include <com/sun/star/drawing/HomogenMatrix3.hpp> #include <com/sun/star/drawing/LineDash.hpp> @@ -336,6 +337,7 @@ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implementationentry.hxx> +#include <cppuhelper/supportsservice.hxx> #include <cstdio> #include <editeng/escapementitem.hxx> #include <editeng/svxenum.hxx> @@ -374,6 +376,7 @@ #include <stdio.h> #include <string.h> #include <svl/languageoptions.hxx> +#include <svl/outstrm.hxx> #include <svtools/grfmgr.hxx> #include <svx/svdoashp.hxx> #include <svx/svdoole2.hxx> @@ -382,17 +385,22 @@ #include <svx/unoapi.hxx> #include <svx/unopage.hxx> #include <time.h> +#include <tools/gen.hxx> #include <tools/globname.hxx> +#include <tools/mapunit.hxx> #include <tools/multisel.hxx> #include <tools/solar.h> #include <tools/stream.hxx> #include <tools/time.hxx> +#include <unotools/fltrcfg.hxx> #include <unotools/fontcvt.hxx> #include <unotools/fontdefs.hxx> #include <unotools/streamwrap.hxx> #include <vcl/cvtgrf.hxx> #include <vcl/graph.hxx> +#include <vcl/graphicfilter.hxx> #include <vcl/outdev.hxx> +#include <vcl/svapp.hxx> #include <vcl/wmf.hxx> #include <vector> #include <xmloff/SchXMLSeriesHelper.hxx> |