summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-04 14:41:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-04 14:41:14 +0200
commit13adffdfeb5b6068502cfdeb52dd206d2a8f3bf1 (patch)
tree6e55040a21d1bccf2cfef9846e56b520fa6ef2c8 /codemaker
parentc6c37aafd2a2af62fe94d7a5b38c77055e4ad357 (diff)
Move comment back to where it makes sense
It appertains to the preceding code, not the following, so it was indented for a subtle reason. Change-Id: I032033f04a1ca3a91024c11de74ef96527562b41
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index a657389d6a4d..9b721695faf6 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -138,9 +138,8 @@ bool isBootstrapType(OUString const & name)
"com.sun.star.uno.XReference",
"com.sun.star.uno.XUnloadingPreference",
"com.sun.star.uno.XWeak",
- "com.sun.star.util.XMacroExpander"
- };
- // cf. cppuhelper/unotypes/Makefile UNOTYPES (plus missing dependencies)
+ "com.sun.star.util.XMacroExpander" };
+ // cf. cppuhelper/unotypes/Makefile UNOTYPES (plus missing dependencies)
for (std::size_t i = 0; i < SAL_N_ELEMENTS(names); ++i) {
if (name.equalsAscii(names[i])) {
return true;