summaryrefslogtreecommitdiff
path: root/writerfilter/inc/pch
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-14 20:19:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 20:21:10 +0200
commit8f7a1111abb35bbb25daf6ace2add902f98361fc (patch)
treece734f55dd852fefc9947c0ef6451bda31098892 /writerfilter/inc/pch
parent371e9da42c2c13872c15db2d89bbbb9e6c947eaf (diff)
update_pch
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
Diffstat (limited to 'writerfilter/inc/pch')
-rw-r--r--writerfilter/inc/pch/precompiled_writerfilter.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/writerfilter/inc/pch/precompiled_writerfilter.hxx b/writerfilter/inc/pch/precompiled_writerfilter.hxx
index e08d1beb2ec9..2fdd3f920931 100644
--- a/writerfilter/inc/pch/precompiled_writerfilter.hxx
+++ b/writerfilter/inc/pch/precompiled_writerfilter.hxx
@@ -18,7 +18,9 @@
#include <algorithm>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
+#include <boost/tuple/tuple.hpp>
#include <boost/unordered_map.hpp>
+#include <com/sun/star/awt/FontPitch.hpp>
#include <com/sun/star/awt/FontRelief.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp>
@@ -104,6 +106,7 @@
#include <com/sun/star/table/XCellRange.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/text/ChapterFormat.hpp>
+#include <com/sun/star/text/ControlCharacter.hpp>
#include <com/sun/star/text/FilenameDisplayFormat.hpp>
#include <com/sun/star/text/FootnoteNumbering.hpp>
#include <com/sun/star/text/GraphicCrop.hpp>
@@ -148,11 +151,13 @@
#include <com/sun/star/util/XRefreshable.hpp>
#include <com/sun/star/view/XFormLayerAccess.hpp>
#include <com/sun/star/xml/dom/DocumentBuilder.hpp>
+#include <com/sun/star/xml/sax/FastShapeContextHandler.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <com/sun/star/xml/sax/XParser.hpp>
#include <comphelper/classids.hxx>
#include <comphelper/embeddedobjectcontainer.hxx>
+#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/string.hxx>
@@ -161,6 +166,7 @@
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <editeng/borderline.hxx>
+#include <editeng/unoprnms.hxx>
#include <filter/msfilter/escherex.hxx>
#include <filter/msfilter/util.hxx>
#include <fstream>
@@ -168,12 +174,12 @@
#include <i18nlangtag/languagetag.hxx>
#include <i18nutil/paper.hxx>
#include <iostream>
-#include <iterator>
#include <libxml/xmlstring.h>
#include <map>
#include <math.h>
#include <officecfg/Office/Common.hxx>
#include <oox/core/filterdetect.hxx>
+#include <oox/drawingml/drawingmltypes.hxx>
#include <oox/drawingml/shapepropertymap.hxx>
#include <oox/helper/graphichelper.hxx>
#include <oox/helper/modelobjecthelper.hxx>
@@ -192,11 +198,12 @@
#include <osl/module.hxx>
#include <osl/mutex.hxx>
#include <rtl/instance.hxx>
+#include <rtl/math.hxx>
#include <rtl/strbuf.hxx>
-#include <rtl/string.hxx>
#include <rtl/tencinfo.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
+#include <sal/config.h>
#include <sal/log.hxx>
#include <sal/macros.h>
#include <set>
@@ -210,9 +217,12 @@
#include <svtools/grfmgr.hxx>
#include <svx/svdtrans.hxx>
#include <tools/color.hxx>
+#include <tools/datetimeutils.hxx>
#include <tools/globname.hxx>
+#include <tools/mapunit.hxx>
#include <tools/resmgr.hxx>
#include <tools/stream.hxx>
+#include <unotools/datetime.hxx>
#include <unotools/fontdefs.hxx>
#include <unotools/localfilehelper.hxx>
#include <unotools/mediadescriptor.hxx>
@@ -221,6 +231,7 @@
#include <vcl/embeddedfontshelper.hxx>
#include <vcl/graph.hxx>
#include <vcl/outdev.hxx>
+#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/wmf.hxx>
#include <vector>