[Libreoffice-commits] core.git: onlineupdate/source sfx2/source udkapi/com winaccessibility/source xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 19 07:40:58 UTC 2019


 onlineupdate/source/libmar/verify/mar_verify.c |    2 +-
 sfx2/source/bastyp/progress.cxx                |    2 +-
 udkapi/com/sun/star/reflection/XIdlField2.idl  |    4 ++--
 winaccessibility/source/service/AccObject.cxx  |    2 +-
 xmloff/source/style/styleexp.cxx               |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit a375b0548428979da950e3da75db6ace0509c643
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 00:30:29 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 19 09:40:22 2019 +0200

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

diff --git a/onlineupdate/source/libmar/verify/mar_verify.c b/onlineupdate/source/libmar/verify/mar_verify.c
index bfe3b52768d3..9f33f8badd3e 100644
--- a/onlineupdate/source/libmar/verify/mar_verify.c
+++ b/onlineupdate/source/libmar/verify/mar_verify.c
@@ -209,7 +209,7 @@ mar_extract_and_verify_signatures_fp(FILE *fp,
     return CryptoX_Error;
   }
 
-  /* To protect against invalid MAR files, we assumes that the MAR file
+  /* To protect against invalid MAR files, we assume that the MAR file
      size is less than or equal to MAX_SIZE_OF_MAR_FILE. */
   if (fseeko(fp, 0, SEEK_END)) {
     fprintf(stderr, "ERROR: Could not seek to the end of the MAR file.\n");
diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx
index 858ce7e45ae8..ec2942490c9f 100644
--- a/sfx2/source/bastyp/progress.cxx
+++ b/sfx2/source/bastyp/progress.cxx
@@ -347,7 +347,7 @@ SfxProgress* SfxProgress::GetActiveProgress
 (
     SfxObjectShell const * pDocSh /*  the <SfxObjectShell>, which should be
                                       queried after a current <SfxProgress>,
-                                      or 0 if an current SfxProgress for the
+                                      or 0 if a current SfxProgress for the
                                       entire application should be obtained.
                                       The pointer only needs at the time of
                                       the call to be valid.
diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl
index c01347834c1a..4f21b6ab75cf 100644
--- a/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -69,7 +69,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember
                 value of field
 
         @throws IllegalAccessException
-        An com::sun::star::lang::IllegalAccessException
+        A com::sun::star::lang::IllegalAccessException
         is thrown if the given object is no interface, enum or compound type;
         or the given object does not have the reflected field.
     */
@@ -90,7 +90,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember
                value to be set
 
         @throws IllegalAccessException
-        An com::sun::star::lang::IllegalAccessException
+        A com::sun::star::lang::IllegalAccessException
         is thrown if the given object is no interface or compound type;
         or the given object does not have the reflected field.
     */
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx
index 96016251a1b0..8a42331d28a5 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -238,7 +238,7 @@ void AccObject::DeleteChild( AccObject* pChild )
 }
 
 /**
-   * In order to windows API WindowFromAccessibleObject,we sometimes to set a pure
+   * In order to windows API WindowFromAccessibleObject, we sometimes to set a pure
    * top window accessible object created by windows system as top ancestor.
    * @param.
    * @return
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index afffbf832d1a..5d1e722c4247 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -260,7 +260,7 @@ bool XMLStyleExport::exportStyle(
                 OUString sListName;
                 aAny >>= sListName;
 
-                /* An direct set empty list style has to be written. Otherwise,
+                /* A direct set empty list style has to be written. Otherwise,
                    this information is lost and causes an error, if the parent
                    style has a list style set. (#i69523#)
                 */


More information about the Libreoffice-commits mailing list