[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Fri May 23 07:30:11 PDT 2014


 vcl/source/window/mouse.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6ba6f1faba646e0b400aca52728f723449926db0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 23 17:19:13 2014 +0300

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: I57eaa91b4c9f7fe5e3afc6f170f19492352fb633

diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx
index 2005fcc..b829bbf 100644
--- a/vcl/source/window/mouse.cxx
+++ b/vcl/source/window/mouse.cxx
@@ -78,7 +78,7 @@ bool Window::ImplTestMousePointerSet()
 {
     // as soon as mouse is captured, switch mouse-pointer
     if ( IsMouseCaptured() )
-        return sal_True;
+        return true;
 
     // if the mouse is over the window, switch it
     Rectangle aClientRect( Point( 0, 0 ), GetOutputSizePixel() );


More information about the Libreoffice-commits mailing list