cli_ure/source/basetypes/uno/PolymorphicType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0811add46bfec3a2046fcde48e7e92a5921a54a1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 10 16:05:55 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Apr 14 19:43:05 2019 +0200 Fix typo Change-Id: I23e3617274c1c17b9c3792f95eaf28d9554dc2b3 Reviewed-on: https://gerrit.libreoffice.org/70740 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cli_ure/source/basetypes/uno/PolymorphicType.cs b/cli_ure/source/basetypes/uno/PolymorphicType.cs index f8a6935d6349..e996131fc6ab 100644 --- a/cli_ure/source/basetypes/uno/PolymorphicType.cs +++ b/cli_ure/source/basetypes/uno/PolymorphicType.cs @@ -108,7 +108,7 @@ public class PolymorphicType: Type if (name == null || type == null) throw new ArgumentNullException( "cli-uno: uno.PolymorphicType.GetType was called with a null argument"); - //check if the type is either a array of structs or a polymorphic struct. + //check if the type is either an array of structs or a polymorphic struct. if (type.IsArray) { Type elementType = type; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits