summaryrefslogtreecommitdiff
path: root/include/oox/ppt/animationspersist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/animationspersist.hxx')
-rw-r--r--include/oox/ppt/animationspersist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ppt/animationspersist.hxx b/include/oox/ppt/animationspersist.hxx
index 72187269c90b..c4165a1abe06 100644
--- a/include/oox/ppt/animationspersist.hxx
+++ b/include/oox/ppt/animationspersist.hxx
@@ -23,7 +23,7 @@
#include <list>
#include <memory>
-#include <boost/array.hpp>
+#include <array>
#include <rtl/ustring.hxx>
@@ -48,7 +48,7 @@ namespace oox { namespace ppt {
_NP_SIZE
};
- typedef boost::array< css::uno::Any, _NP_SIZE > NodePropertyMap;
+ typedef std::array< css::uno::Any, _NP_SIZE > NodePropertyMap;
/** data for CT_TLShapeTargetElement */