summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpframelayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpframelayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpframelayout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpframelayout.hxx b/lotuswordpro/source/filter/lwpframelayout.hxx
index ec0c39cbbf2f..a686377148df 100644
--- a/lotuswordpro/source/filter/lwpframelayout.hxx
+++ b/lotuswordpro/source/filter/lwpframelayout.hxx
@@ -114,8 +114,8 @@ public:
LwpFrameLink();
~LwpFrameLink();
void Read(LwpObjectStream* pStrm);
- LwpObjectID* GetNextLayout(){ return &m_NextLayout;}
- LwpObjectID* GetPreviousLayout(){ return &m_PreviousLayout;}
+ LwpObjectID& GetNextLayout(){ return m_NextLayout;}
+ LwpObjectID& GetPreviousLayout(){ return m_PreviousLayout;}
private:
LwpObjectID m_PreviousLayout;
LwpObjectID m_NextLayout;