summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:55 +0200
commit561f2410a7e8c93cddba6983db40f1100e6945b1 (patch)
tree66046835048d561cd89db73129465e9504deb5f0 /lotuswordpro/source/filter/lwplayout.cxx
parent1cc2712fc604aff0db5262f2cdff7c3bb2bd74a6 (diff)
loplugin:defaultparams
Change-Id: I8d978cffe5aec41aa41db8788fe68ad5ae6ab6c4
Diffstat (limited to 'lotuswordpro/source/filter/lwplayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwplayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwplayout.cxx b/lotuswordpro/source/filter/lwplayout.cxx
index 1d51cc2da907..3c1b9a11003c 100644
--- a/lotuswordpro/source/filter/lwplayout.cxx
+++ b/lotuswordpro/source/filter/lwplayout.cxx
@@ -1360,7 +1360,7 @@ XFBGImage* LwpMiddleLayout::GetXFBGImage()
if(pLay->GetScaleCenter())
{
//center
- pXFBGImage->SetPosition(enumXFAlignCenter,enumXFAlignCenter);
+ pXFBGImage->SetPosition();
}
else if(pLay->GetScaleTile())
{