summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/attrdesc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/utlui/attrdesc.cxx')
-rw-r--r--sw/source/ui/utlui/attrdesc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/utlui/attrdesc.cxx b/sw/source/ui/utlui/attrdesc.cxx
index 572e0584319d..dadb401cbc3f 100644
--- a/sw/source/ui/utlui/attrdesc.cxx
+++ b/sw/source/ui/utlui/attrdesc.cxx
@@ -1122,7 +1122,7 @@ SfxItemPresentation SwGammaGrf::GetPresentation(
case SFX_ITEM_PRESENTATION_COMPLETE:
if( SFX_ITEM_PRESENTATION_COMPLETE == ePres )
aText.append(SW_RESSTR(STR_GAMMA));
- aText.append(GetValue()).append(static_cast<sal_Unicode>('%'));
+ aText.append(GetValue()).append('%');
break;
default: