Kaydet (Commit) 69119976 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

boost::array->std::array in include/oox

Change-Id: I9c33a42d037c50dc05915f889a0f3a31bb8f0fb9
Reviewed-on: https://gerrit.libreoffice.org/19777Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 67b4adc4
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <list> #include <list>
#include <memory> #include <memory>
#include <boost/array.hpp> #include <array>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
...@@ -48,7 +48,7 @@ namespace oox { namespace ppt { ...@@ -48,7 +48,7 @@ namespace oox { namespace ppt {
_NP_SIZE _NP_SIZE
}; };
typedef boost::array< css::uno::Any, _NP_SIZE > NodePropertyMap; typedef std::array< css::uno::Any, _NP_SIZE > NodePropertyMap;
/** data for CT_TLShapeTargetElement */ /** data for CT_TLShapeTargetElement */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment