summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/tbinsert.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl/tbinsert.cxx')
-rw-r--r--sc/source/ui/cctrl/tbinsert.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx
index 5d6e2181817f..94bb5a67111a 100644
--- a/sc/source/ui/cctrl/tbinsert.cxx
+++ b/sc/source/ui/cctrl/tbinsert.cxx
@@ -69,7 +69,7 @@ void ScTbxInsertCtrl::StateChanged( sal_uInt16 /* nSID */, SfxItemState eState,
nLastSlotId = pItem->GetValue();
sal_uInt16 nImageId = nLastSlotId ? nLastSlotId : GetSlotId();
OUString aSlotURL( "slot:" );
- aSlotURL += OUString::valueOf( sal_Int32( nImageId ));
+ aSlotURL += OUString::number( nImageId);
Image aImage = GetImage( m_xFrame,
aSlotURL,
hasBigImages()