summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpbackgroundstuff.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpbackgroundstuff.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
index d54dfc4f4e4e..9df07b1c3a3d 100644
--- a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
+++ b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
@@ -104,7 +104,7 @@ LwpColor* LwpBackgroundStuff::GetFillColor()
XFBGImage* LwpBackgroundStuff::GetFillPattern()
{
// not pattern fill?
- if (!this->IsPatternFill())
+ if (!IsPatternFill())
{
return nullptr;
}