Kaydet (Commit) d0466ade authored tarafından Miklos Vajna's avatar Miklos Vajna

oox: fix gcc-4.8 build

Change-Id: I2ca3bf8f842c4ba4b2777f81547a20502510fcc9
üst 3a2b1af8
......@@ -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;
......
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