summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:30:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:40:22 +0200
commita375b0548428979da950e3da75db6ace0509c643 (patch)
tree272991e1ce80dd6f04b8db9a3eae952ac1739061
parentFix typos (diff)
downloadcore-a375b0548428979da950e3da75db6ace0509c643.tar.gz
core-a375b0548428979da950e3da75db6ace0509c643.zip
Fix typos
Change-Id: I33a99be34f41c3583fc6684fc68ba6b76ef2f056 Reviewed-on: https://gerrit.libreoffice.org/77682 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--onlineupdate/source/libmar/verify/mar_verify.c2
-rw-r--r--sfx2/source/bastyp/progress.cxx2
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl4
-rw-r--r--winaccessibility/source/service/AccObject.cxx2
-rw-r--r--xmloff/source/style/styleexp.cxx2
5 files changed, 6 insertions, 6 deletions
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#)
*/