summaryrefslogtreecommitdiff
path: root/framework
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
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')
-rw-r--r--framework/inc/classes/framecontainer.hxx2
-rw-r--r--framework/source/services/frame.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx
index 5da67fcf49ba..5a82d3f9a315 100644
--- a/framework/inc/classes/framecontainer.hxx
+++ b/framework/inc/classes/framecontainer.hxx
@@ -45,7 +45,7 @@ typedef ::std::vector< css::uno::Reference< css::frame::XFrame > > TFrameContai
@descr Every object of frame, task or desktop hold reference to his children. These container is used as helper
to do this. Some helper-classes like OFrames or OTasksAccess use it to. They hold a pointer to an instance
of this class, which is a member of a frame, task or desktop! You can append and remove frames.
- It's possible to set one of these frames as active or deactive. You could have full index-access to
+ It's possible to set one of these frames as active or deactivate. You could have full index-access to
container-items.
@devstatus ready to use
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).