summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpshadow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpshadow.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpshadow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpshadow.hxx b/lotuswordpro/source/filter/lwpshadow.hxx
index 3ffaa726ebe6..b3a773ff05e7 100644
--- a/lotuswordpro/source/filter/lwpshadow.hxx
+++ b/lotuswordpro/source/filter/lwpshadow.hxx
@@ -80,7 +80,7 @@ public:
double GetOffsetY();
- LwpColor GetColor();
+ const LwpColor& GetColor();
inline LwpShadow& operator = (const LwpShadow& rOther);
@@ -101,7 +101,7 @@ inline double LwpShadow::GetOffsetY()
return LwpTools::ConvertFromUnitsToMetric(m_nDirY);
}
-inline LwpColor LwpShadow::GetColor()
+inline const LwpColor& LwpShadow::GetColor()
{
return m_aColor;
}