sd/source/ui/slidesorter/controller/SlsSlotManager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab05fbd16e3613494731414276f63b5a03e164e9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Apr 12 15:11:38 2012 +0100

    fix build

diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx 
b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index dcdad2b..9d37e45 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());
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to