summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpoverride.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpoverride.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpoverride.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpoverride.hxx b/lotuswordpro/source/filter/lwpoverride.hxx
index 84abc9288bdd..0eac133cf287 100644
--- a/lotuswordpro/source/filter/lwpoverride.hxx
+++ b/lotuswordpro/source/filter/lwpoverride.hxx
@@ -181,7 +181,7 @@ public:
void Read(LwpObjectStream* pStrm) override;
- inline LwpObjectID GetSilverBullet() const;
+ inline const LwpObjectID& GetSilverBullet() const;
void Override(LwpBulletOverride* pOther);
@@ -222,7 +222,7 @@ private:
bool m_bIsNull;
};
-inline LwpObjectID LwpBulletOverride::GetSilverBullet() const
+inline const LwpObjectID& LwpBulletOverride::GetSilverBullet() const
{
return m_SilverBullet;
}