[Libreoffice-commits] core.git: framework/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 14 05:11:34 UTC 2019


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

New commits:
commit 9bd21bbe0d1bc3462aa86066c96dcf184aa2bdf7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:21 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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 ?


More information about the Libreoffice-commits mailing list