summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/AsynchronousCall.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/AsynchronousCall.cxx')
-rw-r--r--sfx2/source/sidebar/AsynchronousCall.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/AsynchronousCall.cxx b/sfx2/source/sidebar/AsynchronousCall.cxx
index 54f5883622bd..a4b85bd3574b 100644
--- a/sfx2/source/sidebar/AsynchronousCall.cxx
+++ b/sfx2/source/sidebar/AsynchronousCall.cxx
@@ -66,7 +66,7 @@ void AsynchronousCall::CancelRequest (void)
if (mnCallId != 0)
{
Application::RemoveUserEvent(mnCallId);
- mnCallId = -1;
+ mnCallId = 0;
}
}