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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 8 06:46:15 UTC 2019


 framework/inc/classes/framecontainer.hxx      |    2 +-
 framework/inc/dispatch/interceptionhelper.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6704943336d10ea2798d4b76b507b6aa3abad4cc
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:07 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 08:45:33 2019 +0200

    Fix typo
    
    Change-Id: Ifc02d4d56b5068af0c6c73a9138e4ada1a8bbd5f
    Reviewed-on: https://gerrit.libreoffice.org/73690
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index 97e65f81c998..446ba2537354 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -200,7 +200,7 @@ class InterceptionHelper : public  ::cppu::WeakImplHelper<
 
         /** @short implements an optimized queryDispatch() for remote.
 
-            @descr It capsulate more than one queryDispatch() requests and return a lits of dispatch objects
+            @descr It capsulate more than one queryDispatch() requests and return a list of dispatch objects
                    as result. Because both lists (in and out) correspond together, it's not allowed to
                    pack it - means suppress NULL references!
 
commit de60d2ad558b071c552c93f7dbf2284de565f050
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:09 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 08:44:26 2019 +0200

    Fix typo
    
    Change-Id: I1d1b0a678e4d21367349178467d18eef00a98621
    Reviewed-on: https://gerrit.libreoffice.org/73688
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list