summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbackgroundstuff.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpbackgroundstuff.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpbackgroundstuff.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpbackgroundstuff.hxx b/lotuswordpro/source/filter/lwpbackgroundstuff.hxx
index c31f142ca3c2..29fd54a41c17 100644
--- a/lotuswordpro/source/filter/lwpbackgroundstuff.hxx
+++ b/lotuswordpro/source/filter/lwpbackgroundstuff.hxx
@@ -152,8 +152,8 @@ public:
LwpColor* GetFillColor();
XFBGImage* GetFillPattern();
- inline bool IsTransparent() { return (m_nID == BACK_TRANSPARENT); }
- inline bool IsPatternFill() { return (m_nID > 2 && m_nID < 72); }
+ bool IsTransparent() { return (m_nID == BACK_TRANSPARENT); }
+ bool IsPatternFill() { return (m_nID > 2 && m_nID < 72); }
friend class LwpBackgroundOverride;
private: