summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-09 07:49:16 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-11-28 15:33:45 +0100
commitf0bf6a4178dfb3a75d01c4b8b48531a079b75b5b (patch)
treeafb2f24ecff195bc9f429e160e5ce69312442297 /framework/source
parent44754323eb546c45c56803a1af14652fde25b5d7 (diff)
Fix typo deactive
Change-Id: I68a87a9435784f949f1e7b730270641bd8e05b43 Reviewed-on: https://gerrit.libreoffice.org/63149 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/services/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 66fe3032356a..8f3c36fefbcb 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2111,7 +2111,7 @@ void SAL_CALL Frame::disposing()
// If somewhere called dispose() whitout close() before - normally no dialogs
// should exist. Otherwise it's the problem of the outside caller.
// Note:
- // (a) Do it after stopWindowListening(). May that force some active/deactive
+ // (a) Do it after stopWindowListening(). May that force some active/deactivate
// notifications which we don't need here really.
// (b) Don't forget to save the old value of IsDialogCancelEnabled() to
// restore it afterwards (to not kill headless mode).