This syntax is C++11 only.
Change-Id: Ic14f5c0724b392f8864cca6661be8157c6358c1c
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user