summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbulletstylemgr.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/lwpbulletstylemgr.cxx
parentbeebe5149d610ea663e884e5b08f260747eae00d (diff)
lotuswordpro: cleanup OUString() usage
Change-Id: Ib0a8c9843a6cdb3704115eca5b967b4e31fa34bd
Diffstat (limited to 'lotuswordpro/source/filter/lwpbulletstylemgr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpbulletstylemgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
index f1889d100cdf..6b1114b07a1b 100644
--- a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
+++ b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
@@ -232,7 +232,7 @@ OUString LwpBulletStyleMgr::RegisterBulletStyle(LwpPara* pPara, LwpBulletOverrid
}
pListStyle->SetListBullet(nPos, LwpSilverBullet::GetNumCharByStyleID(pParaNumber).toChar(),
- OUString("Times New Roman"), aPrefix, aSuffix);
+ "Times New Roman", aPrefix, aSuffix);
}
pListStyle->SetListPosition(nPos, 0.0, 0.635, 0.0);