summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/tbxww.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/app/tbxww.cxx')
-rw-r--r--sd/source/ui/app/tbxww.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/tbxww.cxx b/sd/source/ui/app/tbxww.cxx
index 74a268a45175..8a8204526801 100644
--- a/sd/source/ui/app/tbxww.cxx
+++ b/sd/source/ui/app/tbxww.cxx
@@ -149,7 +149,7 @@ void SdTbxControl::StateChanged( sal_uInt16 nSId,
else
{
OUString aSlotURL( "slot:" );
- aSlotURL += OUString::valueOf( sal_Int32( nImage ));
+ aSlotURL += OUString::number( nImage);
Image aImage = GetImage( m_xFrame,
aSlotURL,
hasBigImages()