diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:23:09 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 08:44:26 +0200 |
commit | de60d2ad558b071c552c93f7dbf2284de565f050 (patch) | |
tree | 69047ce4dfdaab459ff899c59c5027497ec67253 /framework | |
parent | 8c90c9d2f82c9be09c5527d125c531e5ed4890c0 (diff) |
Fix typo
Change-Id: I1d1b0a678e4d21367349178467d18eef00a98621
Reviewed-on: https://gerrit.libreoffice.org/73688
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-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 5a82d3f9a315..f28e314ed3cd 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -42,7 +42,7 @@ typedef ::std::vector< css::uno::Reference< css::frame::XFrame > > TFrameContai /*-************************************************************************************************************ @short implement a container to hold children of frame, task or desktop - @descr Every object of frame, task or desktop hold reference to his children. These container is used as helper + @descr Every object of frame, task or desktop hold reference to its 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 deactivate. You could have full index-access to |