summaryrefslogtreecommitdiff
path: root/framework/inc/classes/taskcreator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/taskcreator.hxx')
-rw-r--r--framework/inc/classes/taskcreator.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx
index cf0b5d70f2e1..aaef28cb5fd9 100644
--- a/framework/inc/classes/taskcreator.hxx
+++ b/framework/inc/classes/taskcreator.hxx
@@ -32,7 +32,7 @@
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. Its not easy to service this code!
Thats the reason for this helper. He capsulate asynchronous/synchronous creation by calling
@@ -43,13 +43,13 @@ namespace framework{
*//*-*************************************************************************************************************/
class TaskCreator : private ThreadHelpBase
{
- //_______________________
+
// member
private:
css::uno::Reference< css::uno::XComponentContext > m_xContext;
- //_______________________
+
// interface
public:
@@ -59,7 +59,7 @@ class TaskCreator : private ThreadHelpBase
css::uno::Reference< css::frame::XFrame > createTask( const OUString& sName ,
sal_Bool bVisible );
- //_______________________
+
// helper
private: