diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:34:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:33 +0200 |
commit | 6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch) | |
tree | df8c976b292c9aac1387528e0d5f38b6def334ee /framework | |
parent | c035317c327d1f8a462f3abd5face29d85bbc991 (diff) |
typo: implicitely -> implicitly
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 2f86bce8a497..cea508058fd4 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2408,7 +2408,7 @@ void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& aEvent ) t if( eActiveState != E_INACTIVE ) { - // Deactivation is always done implicitely by activation of another frame. + // Deactivation is always done implicitly by activation of another frame. // Only if no activation is done, deactivations have to be processed if the activated window // is a parent window of the last active Window! SolarMutexClearableGuard aSolarGuard; |