summaryrefslogtreecommitdiff
path: root/framework/source/classes/taskcreator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/taskcreator.cxx')
-rw-r--r--framework/source/classes/taskcreator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx
index b425aaa538bf..0f508701ea14 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -34,7 +34,7 @@
namespace framework{
-/*-****************************************************************************************************//**
+/*-****************************************************************************************************
@short initialize instance with necessary information
@descr We need a valid uno service manager to create or instanciate new services.
All other information to create frames or tasks come in on right interface methods.
@@ -48,7 +48,7 @@ TaskCreator::TaskCreator( const css::uno::Reference< css::uno::XComponentContext
{
}
-/*-****************************************************************************************************//**
+/*-****************************************************************************************************
@short deinitialize instance
@descr We should release all used resource which are not needed any longer.
*//*-*****************************************************************************************************/
@@ -57,7 +57,7 @@ TaskCreator::~TaskCreator()
m_xContext.clear();
}
-/*-****************************************************************************************************//**
+/*-****************************************************************************************************
TODO document me
*//*-*****************************************************************************************************/
css::uno::Reference< css::frame::XFrame > TaskCreator::createTask( const OUString& sName ,