summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
index 5a8f6cf781a2..b450f499b9eb 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
@@ -125,7 +125,7 @@ public:
double GetWidth();
- XFColor GetColor();
+ const XFColor& GetColor() const;
sal_Int32 GetTransparency();
@@ -200,7 +200,7 @@ inline double XFDrawLineStyle::GetWidth()
return m_fWidth;
}
-inline XFColor XFDrawLineStyle::GetColor()
+inline const XFColor& XFDrawLineStyle::GetColor() const
{
return m_aColor;
}