summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-18 14:45:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-18 14:45:13 +0200
commit5553dfe2060cb4a02a827c9774a60e4408d20c33 (patch)
tree3ffb9803d618c5f66214fdc26679021d998677d3 /desktop
parentc5c3b6d9513407ce79060c1024759bb538d9a3d9 (diff)
Improved comment
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
index 2e0e39eea29c..610e9523add0 100644
--- a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
+++ b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
@@ -94,9 +94,8 @@ public:
Data(): javaTypeLibrary(false) {};
::std::list< ::rtl::OUString> implementationNames;
- /* every singleton has a key and a value
- */
::std::vector< ::std::pair< ::rtl::OUString, ::rtl::OUString> >singletons;
+ // map from singleton names to implementation names
bool javaTypeLibrary;
};