summaryrefslogtreecommitdiff
path: root/desktop/source/offacc
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2011-02-16 18:22:29 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-16 18:22:29 -0500
commit9803697b7f9d7e08f6fc8a6a9e1136d3619cb3a1 (patch)
tree48bdbf7a8029b87f3b655adbe31ab5fbb3cf59c9 /desktop/source/offacc
parent65d891652fd5de4b93d9cd3dadd866b099af423b (diff)
Translation of German comment.
Diffstat (limited to 'desktop/source/offacc')
-rw-r--r--desktop/source/offacc/acceptor.cxx12
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;
}