summaryrefslogtreecommitdiff
path: root/framework/source/services/desktop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/desktop.cxx')
-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!
}