[Libreoffice-commits] .: vcl/source

David Tardon dtardon at kemper.freedesktop.org
Wed Apr 27 04:45:20 PDT 2011


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

New commits:
commit 909866bf5f6b86baea2b805c1f85dd613f3d3f4b
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 163ada9..bf29e88 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