Change-Id: If5772a609d7333f3fc07ade887e9a25762ebb75a
Reviewed-on: https://gerrit.libreoffice.org/67340
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-01-31 17:44:48 +00:00
committed by Julien Nabet
parent 6b6c0b120f
commit 47a5f90d42

View File

@@ -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