summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations/annotationtag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/annotations/annotationtag.cxx')
-rw-r--r--sd/source/ui/annotations/annotationtag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx
index 7ee5715c34e6..a2dcb380fef8 100644
--- a/sd/source/ui/annotations/annotationtag.cxx
+++ b/sd/source/ui/annotations/annotationtag.cxx
@@ -588,7 +588,7 @@ BitmapEx AnnotationTag::CreateAnnotationBitmap( bool bSelected )
VirtualDevice aVDev;
OUString sAuthor( getInitials( mxAnnotation->getAuthor() ) );
- sAuthor += OUString( sal_Unicode( ' ' ) );
+ sAuthor += OUString( ' ' );
sAuthor += OUString::number( mnIndex );
aVDev.SetFont( mrFont );