summaryrefslogtreecommitdiff
path: root/stoc/source/stocservices/stocservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/stocservices/stocservices.cxx')
-rw-r--r--stoc/source/stocservices/stocservices.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/stoc/source/stocservices/stocservices.cxx b/stoc/source/stocservices/stocservices.cxx
index c8aa9d954226..347580cfa6cb 100644
--- a/stoc/source/stocservices/stocservices.cxx
+++ b/stoc/source/stocservices/stocservices.cxx
@@ -39,19 +39,6 @@ static const struct ImplementationEntry g_entries[] =
tcv_getSupportedServiceNames, createSingleComponentFactory,
0, 0
},
- // uriproc
- {
- ExternalUriReferenceTranslator::create,
- ExternalUriReferenceTranslator::getImplementationName,
- ExternalUriReferenceTranslator::getSupportedServiceNames,
- createSingleComponentFactory, 0, 0
- },
- {
- UriReferenceFactory::create,
- UriReferenceFactory::getImplementationName,
- UriReferenceFactory::getSupportedServiceNames,
- createSingleComponentFactory, 0, 0
- },
{
UriSchemeParser_vndDOTsunDOTstarDOTexpand::create,
UriSchemeParser_vndDOTsunDOTstarDOTexpand::getImplementationName,
@@ -64,12 +51,6 @@ static const struct ImplementationEntry g_entries[] =
UriSchemeParser_vndDOTsunDOTstarDOTscript::getSupportedServiceNames,
createSingleComponentFactory, 0, 0
},
- {
- VndSunStarPkgUrlReferenceFactory::create,
- VndSunStarPkgUrlReferenceFactory::getImplementationName,
- VndSunStarPkgUrlReferenceFactory::getSupportedServiceNames,
- createSingleComponentFactory, 0, 0
- },
{ 0, 0, 0, 0, 0, 0 }
};