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/lwpsilverbullet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro/source/filter/lwpsilverbullet.cxx') 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); -- cgit