[Libreoffice-commits] core.git: framework/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 8 14:47:50 UTC 2019


 framework/inc/helper/ocomponentaccess.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d674e5fdb40f7c7fdc1fcc5be7da0c74c7cfb89d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jun 8 13:38:33 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 16:46:44 2019 +0200

    Fix typos
    
    Change-Id: If9ac60fd2e6b0bccd2f7f68b2acd573fac0371de
    Reviewed-on: https://gerrit.libreoffice.org/73702
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list