diff options
Diffstat (limited to 'sw/source/ui/utlui/attrdesc.cxx')
-rw-r--r-- | sw/source/ui/utlui/attrdesc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/utlui/attrdesc.cxx b/sw/source/ui/utlui/attrdesc.cxx index 17bbe74be71d..572e0584319d 100644 --- a/sw/source/ui/utlui/attrdesc.cxx +++ b/sw/source/ui/utlui/attrdesc.cxx @@ -184,7 +184,7 @@ SfxItemPresentation SwFmtRuby::GetPresentation( SfxItemPresentation ePres, case SFX_ITEM_PRESENTATION_NAMELESS: case SFX_ITEM_PRESENTATION_COMPLETE: { - rText = aEmptyStr; + rText = aEmptyOUStr; return ePres; } default:;//prevent warning |