[Libreoffice-commits] core.git: cli_ure/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Feb 4 06:07:33 UTC 2019
cli_ure/source/climaker/climaker_emit.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 47a5f90d42923fa045814d5c739c686381913c4c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 31 17:44:48 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Feb 4 07:07:07 2019 +0100
Fix typo
Change-Id: If5772a609d7333f3fc07ade887e9a25762ebb75a
Reviewed-on: https://gerrit.libreoffice.org/67340
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index ed864e18298f..f4526eb037a5 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -624,7 +624,7 @@ Assembly ^ TypeEmitter::type_resolve(
}
}
::System::String ^ cts_name = to_cts_name( uno_name );
- // if the struct is an instantiated polymorpic struct then we create the simple struct name
+ // if the struct is an instantiated polymorphic struct then we create the simple struct name
// For example:
// void func ([in] PolyStruct<boolean> arg);
//PolyStruct<boolean> will be converted to PolyStruct
More information about the Libreoffice-commits
mailing list