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

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
üst c6c37aaf
......@@ -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;
......
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