From d674e5fdb40f7c7fdc1fcc5be7da0c74c7cfb89d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 8 Jun 2019 13:38:33 +0000 Subject: Fix typos Change-Id: If9ac60fd2e6b0bccd2f7f68b2acd573fac0371de Reviewed-on: https://gerrit.libreoffice.org/73702 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- framework/inc/helper/ocomponentaccess.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/inc/helper') 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 -- cgit