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

Added link to LanguageTool.oxt issue

Change-Id: Ifab63273b12963e748c9b937648b2079fcd0c796
üst 3b1798a5
...@@ -952,7 +952,9 @@ void ServiceManager::insert(css::uno::Any const & aElement) ...@@ -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 // 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 // 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 // (stoc/source/servicemanager/servicemanager.cxx) silently did not add such
// broken factories to its m_ImplementationNameMap, so ignore them here for // broken factories to its m_ImplementationNameMap, so ignore them here for
// backwards compatibility of live-insertion of extensions, too (can go again // backwards compatibility of live-insertion of extensions, too (can go again
......
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