diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-08-24 01:23:36 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:28 +0200 |
commit | 1eecb8df22b77a6982601bf877067a685d913a7d (patch) | |
tree | 20c697c765595d555afb84a9bf1f1f95dd17c5c2 /sd/inc | |
parent | f78db7cb1c973bd3c8f74fe4a226fb78ad7fbaff (diff) |
Some cleanup and consolidation of the Impress layout work.
Also make unit test work again after Mac-app like path changes.
Change-Id: I13eae20141650e1d1d826a794d1f19baaef5f561
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 88d11c92793d..6ef4c27ab0c9 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -264,8 +264,10 @@ public: bool IsExitAfterPresenting() const; void SetExitAfterPresenting( bool bExitAfterPresenting ); - void SetLayoutVector(); - std::vector<com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>> &GetLayoutVector() { return maLayoutInfo; } + /// 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; } /** Insert pages into this document |