diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-12 13:43:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-13 10:07:49 +0200 |
commit | 1716b3a338b19b9d1be39696866b376aed216c9a (patch) | |
tree | bf5c22d411039156cc40365db41b83b9ed770ab0 /cppuhelper | |
parent | d6f97a21249668fe401dfcbf1827669c1bb0f043 (diff) |
remove some useless comments
found with git grep '// /'
Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/component_context.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index d6e6aaa21541..62058d464162 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -771,9 +771,9 @@ ComponentContext::ComponentContext( { // singleton entry m_map[ rEntry.name ] = new ContextEntry( Any(), true ); - // /service + // service m_map[ rEntry.name + "/service" ] = new ContextEntry( rEntry.value, false ); - // /initial-arguments are provided as optional context entry + // initial-arguments are provided as optional context entry } else { |