diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-09 07:49:16 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-28 15:33:45 +0100 |
commit | f0bf6a4178dfb3a75d01c4b8b48531a079b75b5b (patch) | |
tree | afb2f24ecff195bc9f429e160e5ce69312442297 /framework/inc | |
parent | 44754323eb546c45c56803a1af14652fde25b5d7 (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/inc')
-rw-r--r-- | framework/inc/classes/framecontainer.hxx | 2 |
1 files changed, 1 insertions, 1 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 |