diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 20:19:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 20:21:10 +0200 |
commit | 8f7a1111abb35bbb25daf6ace2add902f98361fc (patch) | |
tree | ce734f55dd852fefc9947c0ef6451bda31098892 /oox/inc | |
parent | 371e9da42c2c13872c15db2d89bbbb9e6c947eaf (diff) |
update_pch
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index d2dae89d3bec..a03003b6ea00 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -20,6 +20,7 @@ #include "cppuhelper/exc_hlp.hxx" #include "rtl/ustrbuf.hxx" #include "sal/log.hxx" +#include "sax/fastparser.hxx" #include <algorithm> #include <assert.h> #include <basegfx/matrix/b2dhommatrix.hxx> @@ -29,7 +30,9 @@ #include <boost/algorithm/string.hpp> #include <boost/bind.hpp> #include <boost/optional.hpp> +#include <boost/scoped_ptr.hpp> #include <boost/unordered_map.hpp> +#include <cassert> #include <com/sun/star/animations/AnimationCalcMode.hpp> #include <com/sun/star/animations/AnimationColorSpace.hpp> #include <com/sun/star/animations/AnimationEndSync.hpp> @@ -310,6 +313,8 @@ #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uri/UriReferenceFactory.hpp> #include <com/sun/star/util/MeasureUnit.hpp> @@ -318,6 +323,7 @@ #include <com/sun/star/xml/AttributeData.hpp> #include <com/sun/star/xml/dom/DocumentBuilder.hpp> #include <com/sun/star/xml/dom/XDocument.hpp> +#include <com/sun/star/xml/sax/FastParser.hpp> #include <com/sun/star/xml/sax/FastToken.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XFastContextHandler.hpp> @@ -330,7 +336,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequenceashashmap.hxx> -#include <comphelper/stl_types.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <cppuhelper/implbase1.hxx> @@ -339,6 +344,7 @@ #include <cppuhelper/supportsservice.hxx> #include <cstdio> #include <editeng/escapementitem.hxx> +#include <editeng/outlobj.hxx> #include <editeng/svxenum.hxx> #include <editeng/unoprnms.hxx> #include <filter/msfilter/escherex.hxx> @@ -367,6 +373,8 @@ #include <rtl/ustrbuf.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> +#include <sal/config.h> +#include <sax/fastattribs.hxx> #include <sax/fshelper.hxx> #include <sax/tools/converter.hxx> #include <set> @@ -383,7 +391,7 @@ #include <svx/svdtrans.hxx> #include <svx/unoapi.hxx> #include <svx/unopage.hxx> -#include <time.h> +#include <svx/unoshape.hxx> #include <tools/gen.hxx> #include <tools/globname.hxx> #include <tools/mapunit.hxx> @@ -399,6 +407,7 @@ #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/outdev.hxx> +#include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <vcl/wmf.hxx> #include <vector> |