diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-08-05 20:18:29 +0530 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-26 14:47:25 +0200 |
commit | 20ee726d6f6ca7bd72de9a6cfc4d73b5292c7ce0 (patch) | |
tree | 64a24c9f02be49bce308db5cdda63a1ea8e613cd /sd/inc | |
parent | 421d0e3c4019a435acdf35632524833465d90b1a (diff) |
Few changes to "drawdoc.cxx".
Prettifying some of the code in "drawdoc.cxx".Also few changes
related to static_cast is left to be discussed.It will be pushed
in the next commit.
Change-Id: I30e7550de4e8c40ba100dbe178f357763bee8ca4
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index ed892040aac4..88d11c92793d 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -189,7 +189,7 @@ 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; @@ -265,7 +265,7 @@ public: void SetExitAfterPresenting( bool bExitAfterPresenting ); void SetLayoutVector(); - inline std::vector<com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>>& GetLayoutVector(){ return malayoutinfo; } + std::vector<com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>> &GetLayoutVector() { return maLayoutInfo; } /** Insert pages into this document |