[Libreoffice-commits] core.git: 2 commits - cppu/source sw/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jan 19 09:00:59 UTC 2019
cppu/source/typelib/typelib.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit be70ea5ee6a4222383b6324ee16bcde053df605d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 18 20:29:48 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jan 19 10:00:50 2019 +0100
Removed executable permission on odt file
Change-Id: Id421cade7a6e81adf47c5caa77b5997e136ed30d
Reviewed-on: https://gerrit.libreoffice.org/66630
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/layout/data/tdf122800.odt b/sw/qa/extras/layout/data/tdf122800.odt
old mode 100755
new mode 100644
commit 14f63820d0c0a68b46e4a19edcf9aadab6ad23d8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 17 10:56:19 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jan 19 10:00:36 2019 +0100
Fix typo
Change-Id: I0ec220642295bd5a855ac38d8e5f721a20351836
Reviewed-on: https://gerrit.libreoffice.org/66633
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 9b288fabfd22..98475dc738ff 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -102,7 +102,7 @@ static sal_Int32 getDescriptionSize( typelib_TypeClass eTypeClass )
sal_Int32 nSize;
// The reference is the description
- // if the description is empty, than it must be filled with
+ // if the description is empty, then it must be filled with
// the new description
switch( eTypeClass )
{
More information about the Libreoffice-commits
mailing list