To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114186





------- Additional comments from pja...@openoffice.org Wed Sep  1 15:53:18 
+0000 2010 -------
With this patch, more comes:

/home/oo/BuildDir/ooo_DEV300_m87_src/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx
: In member function 'void 
sd::slidesorter::controller::ScrollBarManager::PlaceVerticalScrollBar(const 
Rectangle&)':
/home/oo/BuildDir/ooo_DEV300_m87_src/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx
:197: warning: passing 'const double' for argument 1 to 'void 
ScrollBar::SetThumbPos(long int)'

simple patch helped:


diff -ur sd.orig/source/ui/slidesorter/controller/SlsScrollBarManager.cxx 
sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx
--- sd.orig/source/ui/slidesorter/controller/SlsScrollBarManager.cxx    
2010-09-01 
16:29:06.000000000 +0200
+++ sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx 2010-09-01 
16:30:40.000000000 
+0200
@@ -185,7 +185,7 @@
    
 void ScrollBarManager::PlaceVerticalScrollBar (const Rectangle& aArea)
 {
-    const double nThumbPosition (mpVerticalScrollBar->GetThumbPos());
+    const sal_Int32 nThumbPosition (mpVerticalScrollBar->GetThumbPos());
 
     // Place the scroll bar.
     Size aScrollBarSize (mpVerticalScrollBar->GetSizePixel());



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to