unodevtools: why does the C++ generating code check java5 flag?
Change-Id: I598698948a3543f1c020cc4a4b8db8799eb314a5
This commit is contained in:
@@ -935,7 +935,7 @@ void generateDocumentation(std::ostream & o,
|
|||||||
case codemaker::UnoType::SORT_POLYMORPHIC_STRUCT_TYPE_TEMPLATE:
|
case codemaker::UnoType::SORT_POLYMORPHIC_STRUCT_TYPE_TEMPLATE:
|
||||||
printMapsToCppType(
|
printMapsToCppType(
|
||||||
o, options, manager, sort, nucleus, rank, arguments, entity,
|
o, options, manager, sort, nucleus, rank, arguments, entity,
|
||||||
options.java5 ? "generic class" : "class");
|
"class template");
|
||||||
o << "; full constructor:\n";
|
o << "; full constructor:\n";
|
||||||
printConstructor(
|
printConstructor(
|
||||||
o, options, manager,
|
o, options, manager,
|
||||||
@@ -946,7 +946,7 @@ void generateDocumentation(std::ostream & o,
|
|||||||
case codemaker::UnoType::SORT_INSTANTIATED_POLYMORPHIC_STRUCT_TYPE:
|
case codemaker::UnoType::SORT_INSTANTIATED_POLYMORPHIC_STRUCT_TYPE:
|
||||||
printMapsToCppType(
|
printMapsToCppType(
|
||||||
o, options, manager, sort, nucleus, rank, arguments, entity,
|
o, options, manager, sort, nucleus, rank, arguments, entity,
|
||||||
options.java5 ? "generic class instantiation" : "class");
|
"class template instantiation");
|
||||||
o << "; full constructor:\n";
|
o << "; full constructor:\n";
|
||||||
printConstructor(
|
printConstructor(
|
||||||
o, options, manager,
|
o, options, manager,
|
||||||
|
Reference in New Issue
Block a user