diff options
author | Albert Thuswaldner <albert.thuswaldner@gmail.com> | 2011-02-16 18:22:29 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-16 18:22:29 -0500 |
commit | 9803697b7f9d7e08f6fc8a6a9e1136d3619cb3a1 (patch) | |
tree | 48bdbf7a8029b87f3b655adbe31ab5fbb3cf59c9 /desktop/source/offacc | |
parent | 65d891652fd5de4b93d9cd3dadd866b099af423b (diff) |
Translation of German comment.
Diffstat (limited to 'desktop/source/offacc')
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index a5b13a636bfc..8d00dc8b7a8a 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -286,18 +286,6 @@ Reference<XInterface> SAL_CALL AccInstanceProvider::getInstance (const OUString& rInstance = rNamingService; } } - /* - else if ( aName.compareToAscii("com.sun.star.ucb.RemoteContentProviderAcceptor" )) - { - Reference< XMultiServiceFactory > rSMgr = ::comphelper::getProcessServiceFactory(); - if ( rSMgr.is() ) { - try { - rInstance = rSMgr->createInstance( sObjectName ); - } - catch (Exception const &) {} - } - } - */ return rInstance; } |