summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx
index 3eaae4678f41..e3608a80cfb4 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.cxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx
@@ -264,7 +264,6 @@ OUString LwpSilverBullet::GetNumCharByStyleID(LwpFribParaNumber* pParaNumber)
OUString strNumChar("1");
sal_uInt16 nStyleID = pParaNumber->GetStyleID();
- UChar32 uC = 0x0000;
switch (nStyleID)
{
@@ -286,8 +285,7 @@ OUString LwpSilverBullet::GetNumCharByStyleID(LwpFribParaNumber* pParaNumber)
strNumChar = "i";
break;
case NUMCHAR_other:
- uC = static_cast<UChar32>(pParaNumber->GetNumberChar());
- strNumChar = OUString(uC);
+ strNumChar = OUString(pParaNumber->GetNumberChar());
break;
case NUMCHAR_Chinese1:
{