summaryrefslogtreecommitdiff
path: root/framework/inc/classes/taskcreator.hxx
diff options
context:
space:
mode:
authorDouglas Mencken <dougmencken@gmail.com>2016-10-03 11:39:45 -0400
committerAndras Timar <andras.timar@collabora.com>2016-10-03 17:30:28 +0000
commite8667a596d2c899ab73a03f3c8f824c9f0dbd72e (patch)
treee5be86ce70d0c3fceb08d1c36d3381a378e9f4d7 /framework/inc/classes/taskcreator.hxx
parent3970eede36f4caca96118614c93d7348a7bd8346 (diff)
deal with even more typos in comment plus bin these ****fences*****
Change-Id: I9ed2db862797f7ffedf6ae0b27ba99c54882a981 Reviewed-on: https://gerrit.libreoffice.org/29501 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'framework/inc/classes/taskcreator.hxx')
-rw-r--r--framework/inc/classes/taskcreator.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx
index 9bca42869e53..e67a71c83a07 100644
--- a/framework/inc/classes/taskcreator.hxx
+++ b/framework/inc/classes/taskcreator.hxx
@@ -30,15 +30,15 @@
namespace framework{
-/*-************************************************************************************************************
+/*
@short a helper to create new tasks or sub frames for "_blank" or FrameSearchFlag::CREATE
- @descr There are different places to create new (task)frames. It's not easy to service this code!
- Thats the reason for this helper. He capsulate asynchronous/synchronous creation by calling
- a simple interface.
+ @descr There are different places to create new (task)frames and it's not easy to service this code.
+ That's the reason for this helper. It encapsulates asynchronous/synchronous creation
+ by providing a simple interface.
@devstatus ready to use
@threadsafe yes
-*//*-*************************************************************************************************************/
+*/
class TaskCreator
{