unodevtools: why does the C++ generating code check java5 flag?

Change-Id: I598698948a3543f1c020cc4a4b8db8799eb314a5
This commit is contained in:
Michael Stahl
2013-08-26 15:56:20 +02:00
parent 65afcc5a9e
commit 975e230f08

View File

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