From f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jun 2015 19:44:53 +0200 Subject: Fix typos Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56 Reviewed-on: https://gerrit.libreoffice.org/16300 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- framework/source/services/desktop.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/source/services') diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index ae1e07a5619c..d4522a903470 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -250,9 +250,9 @@ sal_Bool SAL_CALL Desktop::terminate() // This is special trick to "ignore existing quick starter" for debug purposes. // Attention: - // Order of alled listener is important ! - // some of them are harmless .-) - // But some of them can be dangerous. E.g. it would be dangerous if we close our pipe + // Order of called listener is important! + // Some of them are harmless,-) + // but some can be dangerous. E.g. it would be dangerous if we close our pipe // and dont terminate in real because another listener throws a veto exception .-) bool bTerminate = false; -- cgit