summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-27 13:44:56 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-27 13:44:56 +0200
commita9732d5d2304808367e090e40d6cb864474ab2c9 (patch)
treedec70125006490e1222b0b442c2dc801ad488e5f
parent7f104f053c8ea4f273fab25b04d4b43afd6f2584 (diff)
fdo#36404 once more, or, bitten by git .-)
-rw-r--r--vcl/source/window/cursor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx
index eb05373a3b2f..68dc8248a776 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()