More commit resurrection

(why do people do such silly reformatting?)

Change-Id: Ie9d45d7dfccb000f53fa5e8dc456f1e7c033af18
This commit is contained in:
Stephan Bergmann 2017-04-04 14:45:01 +02:00
parent 13adffdfeb
commit a2d1a73304

View File

@ -554,8 +554,8 @@ void CppuType::dumpHFileContent(
dumpHeaderDefine(out, "HDL");
out << "\n";
includes.dump(out, nullptr, false);
// 'exceptions = false' would be wrong for services/singletons, but
// those don't dump .hdl files anyway
// 'exceptions = false' would be wrong for services/singletons, but
// those don't dump .hdl files anyway
out << ("\nnamespace com { namespace sun { namespace star { namespace uno"
" { class Type; } } } }\n\n");
if (codemaker::cppumaker::dumpNamespaceOpen(out, name_, false)) {