summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpdoc.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-12-13 15:56:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-12-13 15:56:01 +0000
commitfdf122378d5dfa7160fa29eace026424b125e3e4 (patch)
tree57e917820c92db74b65ac3a2886238b3de8bc7f0 /lotuswordpro/source/filter/lwpdoc.hxx
parentuse more references to fix life cycles (diff)
downloadcore-fdf122378d5dfa7160fa29eace026424b125e3e4.tar.gz
core-fdf122378d5dfa7160fa29eace026424b125e3e4.zip
deploy references to keep layout alive long enough
Change-Id: Icac22d3c179eca42e01a724f7592ee4b34dd45e3
Diffstat (limited to 'lotuswordpro/source/filter/lwpdoc.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpdoc.hxx b/lotuswordpro/source/filter/lwpdoc.hxx
index 17ab35d1494a..8b1bdef3ef2d 100644
--- a/lotuswordpro/source/filter/lwpdoc.hxx
+++ b/lotuswordpro/source/filter/lwpdoc.hxx
@@ -159,7 +159,7 @@ public:
LwpDocument* GetLastDivision();
LwpDocument* GetFirstDivision();
- LwpVirtualLayout* GetEnSuperTableLayout();
+ rtl::Reference<LwpVirtualLayout> GetEnSuperTableLayout();
bool GetNumberOfPages(LwpDocument* pEndDivision, sal_uInt16& nCount);
sal_uInt16 GetNumberOfPagesBefore();