summaryrefslogtreecommitdiffstats
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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/AsynchronousCall.cxx b/sfx2/source/sidebar/AsynchronousCall.cxx
index 7dee20afe958..5814d2b6acf0 100644
--- a/sfx2/source/sidebar/AsynchronousCall.cxx
+++ b/sfx2/source/sidebar/AsynchronousCall.cxx
@@ -21,7 +21,7 @@
namespace sfx2 { namespace sidebar {
-AsynchronousCall::AsynchronousCall (void)
+AsynchronousCall::AsynchronousCall()
: maAction(),
mnCallId(0)
{
@@ -33,7 +33,7 @@ AsynchronousCall::AsynchronousCall (const Action& rAction)
{
}
-AsynchronousCall::~AsynchronousCall (void)
+AsynchronousCall::~AsynchronousCall()
{
CancelRequest();
}