summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-12 15:11:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-12 15:11:38 +0100
commitab05fbd16e3613494731414276f63b5a03e164e9 (patch)
treef92db1c49ea7e8d831959b0242f26cd63ccfb702 /sd
parent674ed53bc00fbbbfec5661cbafcaa79669927cb8 (diff)
fix build
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSlotManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index dcdad2b5d7b0..9d37e453e1d2 100644
--- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -847,7 +847,7 @@ void SlotManager::GetStatusBarState (SfxItemSet& rSet)
pFirstPage = pPage;
aPageStr += " ";
- aPageStr += rtl::OUString::valueOf( nFirstPage + 1 );
+ aPageStr += rtl::OUString::valueOf( static_cast<sal_Int32>(nFirstPage + 1) );
aPageStr += " / " ;
aPageStr += rtl::OUString::valueOf(mrSlideSorter.GetModel().GetPageCount());