diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-04 14:45:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-04 14:45:01 +0200 |
commit | a2d1a73304a2ff378ca05ff87848e04dbfdc0e4e (patch) | |
tree | 1356d4a2e95d2553e91cedc858904848e8095be9 /codemaker | |
parent | 13adffdfeb5b6068502cfdeb52dd206d2a8f3bf1 (diff) |
More commit resurrection
(why do people do such silly reformatting?)
Change-Id: Ie9d45d7dfccb000f53fa5e8dc456f1e7c033af18
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 9b721695faf6..3d442d9c625d 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -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)) { |