diff options
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 |