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 /sw/inc | |
parent | 9e5132290b81e2907d4098d9a997f74cda2723f6 (diff) |
update pch
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 8 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index c734fae48cc4..1089e66b99b4 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -23,10 +23,12 @@ #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basic/basmgr.hxx> +#include <boost/optional.hpp> #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <boost/unordered_set.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertyContainer.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> @@ -82,6 +84,7 @@ #include <com/sun/star/ui/ModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/XUIConfigurationPersistence.hpp> +#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/xml/dom/XAttr.hpp> #include <com/sun/star/xml/dom/XDocument.hpp> @@ -93,6 +96,7 @@ #include <comphelper/extract.hxx> #include <comphelper/mediadescriptor.hxx> #include <comphelper/processfactory.hxx> +#include <comphelper/sequenceashashmap.hxx> #include <comphelper/stlunosequence.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> @@ -161,6 +165,7 @@ #include <filter/msfilter/msoleexp.hxx> #include <filter/msfilter/rtfutil.hxx> #include <filter/msfilter/svxmsbas.hxx> +#include <filter/msfilter/util.hxx> #include <fstream> #include <functional> #include <i18nlangtag/lang.h> @@ -187,6 +192,7 @@ #include <osl/time.h> #include <rtl/math.hxx> #include <rtl/random.h> +#include <rtl/strbuf.hxx> #include <rtl/tencinfo.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> @@ -222,6 +228,7 @@ #include <svtools/miscopt.hxx> #include <svtools/rtfkeywd.hxx> #include <svx/fmglob.hxx> +#include <svx/hlnkitem.hxx> #include <svx/rectenum.hxx> #include <svx/sdtaitm.hxx> #include <svx/svdmodel.hxx> @@ -262,6 +269,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/pathoptions.hxx> +#include <unotools/saveopt.hxx> #include <unotools/streamwrap.hxx> #include <unotools/tempfile.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index 2ffc449f0fef..cb79fff3672a 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -22,7 +22,6 @@ #include "editeng/unolingu.hxx" #include "i18nlangtag/languagetag.hxx" #include "rtl/ref.hxx" -#include "rtl/ustring.hxx" #include "sal/config.h" #include "sal/types.h" #include "salhelper/simplereferenceobject.hxx" @@ -621,6 +620,7 @@ #include <osl/interlck.h> #include <osl/module.hxx> #include <osl/mutex.hxx> +#include <osl/thread.h> #include <osl/thread.hxx> #include <rsc/rscsfx.hxx> #include <rtl/bootstrap.hxx> @@ -997,9 +997,9 @@ #include <tools/shl.hxx> #include <tools/solar.h> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <tools/time.hxx> #include <tools/urlobj.hxx> +#include <touch/touch-impl.h> #include <touch/touch.h> #include <ucbhelper/content.hxx> #include <ucbhelper/contentidentifier.hxx> |