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 757209880476..050496e87c60 100644
--- a/lotuswordpro/source/filter/lwpbackgroundoverride.hxx
+++ b/lotuswordpro/source/filter/lwpbackgroundoverride.hxx
@@ -81,7 +81,7 @@ public:
pStrm->SkipExtra();
}
- const LwpColor& GetBackColor(){ return m_aStuff.m_aFillColor; }
+ const LwpColor& GetBackColor() const { return m_aStuff.m_aFillColor; }
LwpBackgroundStuff& GetBGStuff() { return m_aStuff; }
protected: