diff options
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 6ef4c27ab0c9..46790a497466 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -189,7 +189,8 @@ private: DECL_LINK(OnlineSpellEventHdl, EditStatus*); std::vector< OUString > maAnnotationAuthors; - std::vector<com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>> maLayoutInfo; + std::vector<com::sun::star::uno::Reference< + com::sun::star::xml::dom::XNode> > maLayoutInfo; bool mbUseEmbedFonts; @@ -267,7 +268,9 @@ public: /// load xml-based impress layout definitions into document void InitLayoutVector(); /// return reference to vector of Impress layout definitions - const std::vector<com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>>& GetLayoutVector() const { return maLayoutInfo; } + const std::vector<com::sun::star::uno::Reference< + com::sun::star::xml::dom::XNode> >& GetLayoutVector() const + { return maLayoutInfo; } /** Insert pages into this document |