diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 16:57:04 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 16:57:17 +0100 |
commit | b61dc1b964f86574f5f1397d2623b01b99e3237d (patch) | |
tree | 38848ce58e7cc0aa6fed84dbd558046038940097 /ure/source | |
parent | 28787edbd8a6bc1e3a6486d42f316cc54a7ff0e3 (diff) |
Remove some dead code.
Diffstat (limited to 'ure/source')
-rw-r--r-- | ure/source/uretest/cppmain.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc index eeb0be153606..57b06451f01f 100644 --- a/ure/source/uretest/cppmain.cc +++ b/ure/source/uretest/cppmain.cc @@ -152,26 +152,6 @@ private: "com.sun.star.uri.UriReferenceFactory", "com.sun.star.uri.UriSchemeParser_vndDOTsunDOTstarDOTscript", "com.sun.star.uri.VndSunStarPkgUrlReferenceFactory" - // "com.sun.star.beans.PropertyBag", - // "com.sun.star.beans.PropertySet", - // "com.sun.star.bridge.OleApplicationRegistration", - // "com.sun.star.bridge.OleBridgeSupplier", - // "com.sun.star.bridge.OleBridgeSupplier2", - // "com.sun.star.bridge.OleBridgeSupplierVar1", - // "com.sun.star.bridge.OleObjectFactory", - // "com.sun.star.bridge.oleautomation.ApplicationRegistration", - // "com.sun.star.bridge.oleautomation.BridgeSupplier", - // "com.sun.star.bridge.oleautomation.Factory", - // "com.sun.star.loader.Dynamic", - // "com.sun.star.registry.DefaultRegistry", - // "com.sun.star.script.AllListenerAdapter", - // "com.sun.star.script.Engine", - // "com.sun.star.script.JavaScript", - // "com.sun.star.test.TestFactory", - // "com.sun.star.util.BootstrapMacroExpander", - // "com.sun.star.util.MacroExpander", - // "com.sun.star.util.logging.Logger", - // "com.sun.star.util.logging.LoggerRemote" }; ::css::uno::Reference< ::css::lang::XMultiComponentFactory > manager( context_->getServiceManager()); |