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:
|
||||
printMapsToCppType(
|
||||
o, options, manager, sort, nucleus, rank, arguments, entity,
|
||||
options.java5 ? "generic class" : "class");
|
||||
"class template");
|
||||
o << "; full constructor:\n";
|
||||
printConstructor(
|
||||
o, options, manager,
|
||||
@@ -946,7 +946,7 @@ void generateDocumentation(std::ostream & o,
|
||||
case codemaker::UnoType::SORT_INSTANTIATED_POLYMORPHIC_STRUCT_TYPE:
|
||||
printMapsToCppType(
|
||||
o, options, manager, sort, nucleus, rank, arguments, entity,
|
||||
options.java5 ? "generic class instantiation" : "class");
|
||||
"class template instantiation");
|
||||
o << "; full constructor:\n";
|
||||
printConstructor(
|
||||
o, options, manager,
|
||||
|
Reference in New Issue
Block a user