[Libreoffice-commits] .: Branch 'libreoffice-3-4' - vcl/source

David Tardon dtardon at kemper.freedesktop.org
Wed Apr 27 05:04:25 PDT 2011


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

New commits:
commit 895abcc47033c985fa83da0c172a885a68af2734
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Apr 27 13:44:56 2011 +0200

    fdo#36404 once more, or, bitten by git .-)

diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx
index 04ccde6..720fc95 100644
--- a/vcl/source/window/cursor.cxx
+++ b/vcl/source/window/cursor.cxx
@@ -248,7 +248,7 @@ void Cursor::ImplResume( bool bRestore )
 
 bool Cursor::ImplSuspend()
 {
-    ImplDoHide( true );
+    return ImplDoHide( true );
 }
 
 void Cursor::ImplNew()


More information about the Libreoffice-commits mailing list