summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsilverbullet.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-03-09 01:16:02 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-09 01:16:02 -0600
commit64a96febfe6877a504d8b9f049ce6c02a1b6310f (patch)
treece1c1138af9ed1c8bb3902d397146cb8929e8c07 /lotuswordpro/source/filter/lwpsilverbullet.cxx
parentbeebe5149d610ea663e884e5b08f260747eae00d (diff)
lotuswordpro: cleanup OUString() usage
Change-Id: Ib0a8c9843a6cdb3704115eca5b967b4e31fa34bd
Diffstat (limited to 'lotuswordpro/source/filter/lwpsilverbullet.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx
index 8c2f0a2e33d4..91c693612fad 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.cxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx
@@ -172,7 +172,7 @@ void LwpSilverBullet::RegisterStyle()
}
pListStyle->SetListBullet(nPos, this->GetNumCharByStyleID(pParaNumber).toChar(),
- OUString("Times New Roman"), aPrefix, aSuffix);
+ "Times New Roman", aPrefix, aSuffix);
}
pListStyle->SetListPosition(nPos, 0.0, 0.635, 0.0);