[Libreoffice-commits] core.git: codemaker/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 4 12:45:56 UTC 2017
codemaker/source/cppumaker/cpputype.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a2d1a73304a2ff378ca05ff87848e04dbfdc0e4e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 4 14:45:01 2017 +0200
More commit resurrection
(why do people do such silly reformatting?)
Change-Id: Ie9d45d7dfccb000f53fa5e8dc456f1e7c033af18
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)) {
More information about the Libreoffice-commits
mailing list