diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-11 09:07:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-13 10:10:33 +0200 |
commit | 7cc627ff79aeda1971ee0d8bfd7b0d5d773384f9 (patch) | |
tree | eb503ed8e5447cee0107b89e33b6dbdc450e2fa8 /oox | |
parent | 46f52010e08ebc03c8a8efacd887b0ab526efaed (diff) |
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 27d9bcb2b495..d0acc055bb92 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -22,6 +22,7 @@ #include "rtl/ustrbuf.hxx" #include "sal/log.hxx" #include "sax/fastparser.hxx" +#include "svx/EnhancedCustomShapeTypeNames.hxx" #include <algorithm> #include <assert.h> #include <basegfx/matrix/b2dhommatrix.hxx> @@ -34,6 +35,8 @@ #include <boost/optional.hpp> #include <boost/scoped_ptr.hpp> #include <boost/unordered_map.hpp> +#include <boost/unordered_set.hpp> +#include <boost/utility.hpp> #include <cassert> #include <com/sun/star/animations/AnimationCalcMode.hpp> #include <com/sun/star/animations/AnimationColorSpace.hpp> @@ -86,6 +89,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> +#include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/XPropertyState.hpp> @@ -334,6 +338,7 @@ #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> #include <com/sun/star/xml/sax/XLocator.hpp> #include <comphelper/anytostring.hxx> +#include <comphelper/configurationhelper.hxx> #include <comphelper/docpasswordhelper.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> @@ -360,6 +365,7 @@ #include <functional> #include <i18nlangtag/languagetag.hxx> #include <iostream> +#include <iterator> #include <list> #include <map> #include <osl/diagnose.h> |