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 5d27ce7b544c..7e38f78b23ba 100644
--- a/lotuswordpro/source/filter/lwpshadow.hxx
+++ b/lotuswordpro/source/filter/lwpshadow.hxx
@@ -80,7 +80,7 @@ public:
double GetOffsetY();
- const LwpColor& GetColor();
+ const LwpColor& GetColor() const;
private:
LwpColor m_aColor;
@@ -99,7 +99,7 @@ inline double LwpShadow::GetOffsetY()
return LwpTools::ConvertFromUnitsToMetric(m_nDirY);
}
-inline const LwpColor& LwpShadow::GetColor()
+inline const LwpColor& LwpShadow::GetColor() const
{
return m_aColor;
}