summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsilverbullet.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:50:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-13 17:54:29 +0200
commit29e7b61727a5b0da93bf566cb83875531f34071b (patch)
tree45007c93bc65219b29bb133368d24dbe49311b89 /lotuswordpro/source/filter/lwpsilverbullet.cxx
parentloplugin:staticcall (diff)
downloadcore-29e7b61727a5b0da93bf566cb83875531f34071b.tar.gz
core-29e7b61727a5b0da93bf566cb83875531f34071b.zip
loplugin:staticcall
Change-Id: Ieceecb849ade05a4f6dcd6c783da6ab53508323d
Diffstat (limited to 'lotuswordpro/source/filter/lwpsilverbullet.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx
index 717fc574473d..aad380c460f0 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.cxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx
@@ -143,7 +143,7 @@ void LwpSilverBullet::RegisterStyle()
aFmt.SetPrefix(aPrefix + aParaNumbering.pPrefix->GetText());
}
- aFmt.SetFormat(this->GetNumCharByStyleID(pParaNumber));
+ aFmt.SetFormat(GetNumCharByStyleID(pParaNumber));
if (aParaNumbering.pSuffix)
{
@@ -171,7 +171,7 @@ void LwpSilverBullet::RegisterStyle()
aSuffix = aParaNumbering.pSuffix->GetText();
}
- pListStyle->SetListBullet(nPos, this->GetNumCharByStyleID(pParaNumber).toChar(),
+ pListStyle->SetListBullet(nPos, GetNumCharByStyleID(pParaNumber).toChar(),
"Times New Roman", aPrefix, aSuffix);
}