summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/classes/taskcreator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx
index f9b6cac2842f..3ff36e0e9734 100644
--- a/framework/source/classes/taskcreator.cxx
+++ b/framework/source/classes/taskcreator.cxx
@@ -79,7 +79,7 @@ css::uno::Reference< css::frame::XFrame > TaskCreator::createTask( const OUStrin
catch(const css::uno::Exception&)
{}
- // no catch here ... without an task creator service we can't open ANY document window within the office.
+ // no catch here ... without a task creator service we can't open ANY document window within the office.
// That's IMHO not a good idea. Then we should accept the stacktrace showing us the real problem.
// BTW: The used fallback creator service (IMPLEMENTATIONNAME_FWK_TASKCREATOR) is implemented in the same
// library then these class here ... Why we should not be able to create it ?