summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:21 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-14 07:10:21 +0200
commit9bd21bbe0d1bc3462aa86066c96dcf184aa2bdf7 (patch)
tree0dc0d8a658cf1d84f2bdcf4ec73bc3d401b5df59 /framework
parent3a6b10e0bc8dde60fde8e643930fa2e8d89f5ee4 (diff)
Fix typo
Change-Id: Ibd90e56fb863d65204373d1cc57efc1116a865b5 Reviewed-on: https://gerrit.libreoffice.org/74008 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-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 ?