summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/AsynchronousCall.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/AsynchronousCall.hxx')
-rw-r--r--sd/source/ui/inc/tools/AsynchronousCall.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/tools/AsynchronousCall.hxx b/sd/source/ui/inc/tools/AsynchronousCall.hxx
index 3151d7c9540a..55f82a6924f8 100644
--- a/sd/source/ui/inc/tools/AsynchronousCall.hxx
+++ b/sd/source/ui/inc/tools/AsynchronousCall.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,8 +43,8 @@ namespace sd { namespace tools {
objects can be used.
b) When more than one function objects are posted to be executed later
then the pending ones are erased and only the last one will actually be
- executed.
-
+ executed.
+
Use this class like this:
aInstanceOfAsynchronousCall.Post(
::boost::bind(
@@ -59,7 +59,7 @@ public:
one (semantical) type of call.
*/
AsynchronousCall (void);
-
+
~AsynchronousCall (void);
/** Post a function object that is to be executed asynchronously. When