summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 18:29:22 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:10:27 -0500
commit47f25b41aeb8f81f11d6a2d59c6614c345f679da (patch)
tree7074c9fe11b312232a173ba15ee6225bf8107c29 /framework
parent4f2168fc12a5328d77dae92c44f54d439a8e64a4 (diff)
Fix typos
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> (cherry picked from commit c3c45ff7efcd8b22be64af410befbfa5cc330f6f)
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 24b9761f5648..ae1e07a5619c 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -810,15 +810,15 @@ sal_Bool SAL_CALL Desktop::isTop() throw( css::uno::RuntimeException, std::excep
void SAL_CALL Desktop::activate() throw( css::uno::RuntimeException, std::exception )
{
- // Desktop is activae always ... but sometimes our frames try to activate
- // the complete path from bottom to top ... And our desktop is the topest frame :-(
+ // Desktop is active always... but sometimes our frames try to activate
+ // the complete path from bottom to top... And our desktop is the topest frame :-(
// So - please don't show any assertions here. Do nothing!
}
void SAL_CALL Desktop::deactivate() throw( css::uno::RuntimeException, std::exception )
{
- // Desktop is activae always ... but sometimes our frames try to deactivate
- // the complete path from bottom to top ... And our desktop is the topest frame :-(
+ // Desktop is active always... but sometimes our frames try to deactivate
+ // the complete path from bottom to top... And our desktop is the topest frame :-(
// So - please don't show any assertions here. Do nothing!
}