summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbackgroundoverride.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpbackgroundoverride.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpbackgroundoverride.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpbackgroundoverride.hxx b/lotuswordpro/source/filter/lwpbackgroundoverride.hxx
index 4cea09869b4c..3468b73d2ee7 100644
--- a/lotuswordpro/source/filter/lwpbackgroundoverride.hxx
+++ b/lotuswordpro/source/filter/lwpbackgroundoverride.hxx
@@ -82,7 +82,7 @@ public:
pStrm->SkipExtra();
}
- LwpColor GetBackColor(){ return m_aStuff.m_aFillColor; }
+ const LwpColor& GetBackColor(){ return m_aStuff.m_aFillColor; }
LwpBackgroundStuff& GetBGStuff() { return m_aStuff; }
protected: