summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-05-14 18:48:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-05-14 18:48:22 +0200
commitd8ade3ccf6d7832b672edd57ec688515240413b3 (patch)
tree1245ab2d68d551fab4ba47dfef975355a4775fe7 /cppuhelper
parent3b1798a55bf7c193b911ce23e280e6a0e1e4314a (diff)
Added link to LanguageTool.oxt issue
Change-Id: Ifab63273b12963e748c9b937648b2079fcd0c796
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/defaultbootstrap.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cppuhelper/source/defaultbootstrap.cxx b/cppuhelper/source/defaultbootstrap.cxx
index df13fd6d5003..b211d190d2de 100644
--- a/cppuhelper/source/defaultbootstrap.cxx
+++ b/cppuhelper/source/defaultbootstrap.cxx
@@ -952,7 +952,9 @@ void ServiceManager::insert(css::uno::Any const & aElement)
}
// At least revisions up to 1.7 of LanguageTool.oxt (incl. the bundled 1.4.0 in
// module languagetool) contain an (actively registered) factory that does not
-// implement XServiceInfo; the old OServiceManager::insert
+// implement XServiceInfo (see <http://sourceforge.net/tracker/?
+// func=detail&aid=3526635&group_id=110216&atid=655717> "SingletonFactory should
+// implement XServiceInfo"); the old OServiceManager::insert
// (stoc/source/servicemanager/servicemanager.cxx) silently did not add such
// broken factories to its m_ImplementationNameMap, so ignore them here for
// backwards compatibility of live-insertion of extensions, too (can go again