diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-08 13:38:33 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 16:46:44 +0200 |
commit | d674e5fdb40f7c7fdc1fcc5be7da0c74c7cfb89d (patch) | |
tree | 31fe01e5ab9d183bf7a83bd8c4718833b247b763 | |
parent | a0254104ba59029bfd08889d00946a6df02373c5 (diff) |
Fix typos
Change-Id: If9ac60fd2e6b0bccd2f7f68b2acd573fac0371de
Reviewed-on: https://gerrit.libreoffice.org/73702
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | framework/inc/helper/ocomponentaccess.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx index 1a9b326603a6..4e0751905a85 100644 --- a/framework/inc/helper/ocomponentaccess.hxx +++ b/framework/inc/helper/ocomponentaccess.hxx @@ -37,7 +37,7 @@ namespace framework{ /*-************************************************************************************************************ @short implement XEnumerationAccess interface as helper to create many oneway enumeration of components - @descr We share mutex and framecontainer with our owner and have full access to his child tasks. + @descr We share mutex and framecontainer with our owner and have full access to its child tasks. (Our owner can be the Desktop only!) We create oneway enumerations on demand. These "lists" can be used for one time only. Step during the list from first to last element. (The type of created enumerations is OComponentEnumeration.) @@ -65,7 +65,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper< css::container::XEnum @short constructor to initialize this instance @descr A desktop will create an enumeration-access-object. An enumeration is a oneway-list and a snapshot of the components of current tasks under the desktop. - But we need a instance to create more than one enumerations at different times! + But we need an instance to create more than one enumerations at different times! @seealso class Desktop @seealso class OComponentEnumeration |