include/oox/export/shapes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d0466ade3f9f45791693aaa5676af669af35bc45 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Fri Jan 2 21:30:03 2015 +0100 oox: fix gcc-4.8 build Change-Id: I2ca3bf8f842c4ba4b2777f81547a20502510fcc9 diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx index b754b67..fb93a10 100644 --- a/include/oox/export/shapes.hxx +++ b/include/oox/export/shapes.hxx @@ -58,7 +58,7 @@ private: }; public: - typedef std::unordered_map< const css::uno::Reference< css::drawing::XShape>, sal_Int32, ShapeHash, ShapeCheck> ShapeHashMap; + typedef std::unordered_map< css::uno::Reference< css::drawing::XShape>, sal_Int32, ShapeHash, ShapeCheck> ShapeHashMap; protected: sal_Int32 mnShapeIdMax, mnPictureIdMax; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits