From 64a96febfe6877a504d8b9f049ce6c02a1b6310f Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 9 Mar 2014 01:16:02 -0600 Subject: lotuswordpro: cleanup OUString() usage Change-Id: Ib0a8c9843a6cdb3704115eca5b967b4e31fa34bd --- lotuswordpro/source/filter/lwpbulletstylemgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro/source/filter/lwpbulletstylemgr.cxx') 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); -- cgit