sd/inc/drawdoc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 02b0d09ee02ea3ed3b489c2637f87c5e42aea71b Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Tue Sep 10 23:54:11 2013 -0400 This syntax is C++11 only. Change-Id: Ic14f5c0724b392f8864cca6661be8157c6358c1c diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 85f4ab2..47be488 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -278,7 +278,7 @@ public: /// load xml-based impress master presentation object definitions into document void InitObjectVector(); /// return reference to vector of master presentation object definitions - const std::vector<com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>>& GetObjectVector() const { return maPresObjectInfo; } + const std::vector<com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> >& GetObjectVector() const { return maPresObjectInfo; } /** Insert pages into this document This method inserts whole pages into this document, either _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits