Kaydet (Commit) a2d1a733 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More commit resurrection

(why do people do such silly reformatting?)

Change-Id: Ie9d45d7dfccb000f53fa5e8dc456f1e7c033af18
üst 13adffdf
...@@ -554,8 +554,8 @@ void CppuType::dumpHFileContent( ...@@ -554,8 +554,8 @@ void CppuType::dumpHFileContent(
dumpHeaderDefine(out, "HDL"); dumpHeaderDefine(out, "HDL");
out << "\n"; out << "\n";
includes.dump(out, nullptr, false); includes.dump(out, nullptr, false);
// 'exceptions = false' would be wrong for services/singletons, but // 'exceptions = false' would be wrong for services/singletons, but
// those don't dump .hdl files anyway // those don't dump .hdl files anyway
out << ("\nnamespace com { namespace sun { namespace star { namespace uno" out << ("\nnamespace com { namespace sun { namespace star { namespace uno"
" { class Type; } } } }\n\n"); " { class Type; } } } }\n\n");
if (codemaker::cppumaker::dumpNamespaceOpen(out, name_, false)) { if (codemaker::cppumaker::dumpNamespaceOpen(out, name_, false)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment