[Libreoffice-commits] core.git: 2 commits - include/comphelper include/connectivity

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 2 05:11:51 UTC 2019


 include/comphelper/propertycontainer.hxx |    2 +-
 include/connectivity/paramwrapper.hxx    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8fbc6d700f81bd8cc073ca410d08d1d15394978f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:23 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:11:09 2019 +0200

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

diff --git a/include/comphelper/propertycontainer.hxx b/include/comphelper/propertycontainer.hxx
index 37e355222a51..63c464f49e9d 100644
--- a/include/comphelper/propertycontainer.hxx
+++ b/include/comphelper/propertycontainer.hxx
@@ -32,7 +32,7 @@ namespace comphelper
 {
 
 
-/** a OPropertySetHelper implementation which is just a simple container for properties represented
+/** an OPropertySetHelper implementation which is just a simple container for properties represented
     by class members, usually in a derived class.
     <BR>
     A restriction of this class is that no value conversions are made on a setPropertyValue call. Though
commit f3c434b1812a7ded57e20c1c7f4805acfad23638
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:16 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:10:46 2019 +0200

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

diff --git a/include/connectivity/paramwrapper.hxx b/include/connectivity/paramwrapper.hxx
index 4a68c61dd678..493475baee55 100644
--- a/include/connectivity/paramwrapper.hxx
+++ b/include/connectivity/paramwrapper.hxx
@@ -169,7 +169,7 @@ namespace param
         const ::connectivity::ORowSetValue& operator[]( size_t _index ) const { return m_aParameters[ _index ]->Value(); }
               ::connectivity::ORowSetValue& operator[]( size_t _index )       { return m_aParameters[ _index ]->Value(); }
 
-        /** adds an ParameterWrapper to the end of the array
+        /** adds a ParameterWrapper to the end of the array
         */
         void    push_back( ParameterWrapper* _pParameter )
         {


More information about the Libreoffice-commits mailing list