summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()