diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 19:44:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:14:55 +0000 |
commit | f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch) | |
tree | 245e49f0afad73f582d42a89bdbdcb9717651fdd /framework/source | |
parent | ca9de688c2c263c51dca1cbbf2892e3b419f921e (diff) |
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56
Reviewed-on: https://gerrit.libreoffice.org/16300
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/helper/persistentwindowstate.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/desktop.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx index ea253438079f..7724107ea230 100644 --- a/framework/source/helper/persistentwindowstate.cxx +++ b/framework/source/helper/persistentwindowstate.cxx @@ -122,7 +122,7 @@ void SAL_CALL PersistentWindowState::frameAction(const css::frame::FrameActionEv case css::frame::FrameAction_COMPONENT_REATTACHED : { // nothing todo here, because its not allowed to change position and size - // of an alredy existing frame! + // of an already existing frame! } break; 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; |