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 d60c467535d1..7ee5715c34e6 100644
--- a/sd/source/ui/annotations/annotationtag.cxx
+++ b/sd/source/ui/annotations/annotationtag.cxx
@@ -589,7 +589,7 @@ BitmapEx AnnotationTag::CreateAnnotationBitmap( bool bSelected )
OUString sAuthor( getInitials( mxAnnotation->getAuthor() ) );
sAuthor += OUString( sal_Unicode( ' ' ) );
- sAuthor += OUString::valueOf( (sal_Int32)mnIndex );
+ sAuthor += OUString::number( mnIndex );
aVDev.SetFont( mrFont );