framework/source/classes/taskcreator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9bd21bbe0d1bc3462aa86066c96dcf184aa2bdf7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 10 16:56:21 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jun 14 07:10:21 2019 +0200

    Fix typo
    
    Change-Id: Ibd90e56fb863d65204373d1cc57efc1116a865b5
    Reviewed-on: https://gerrit.libreoffice.org/74008
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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 ?
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to