diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 23:48:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 23:49:06 +0200 |
commit | 5040ad523e0e4ad336e2449030516f5a90ea5656 (patch) | |
tree | 8d64b892214397af5018c32d14f3555e863ad878 /comphelper | |
parent | bcc31e249fde6536ab96ffcf2a8e542275efa69b (diff) |
Remove unnecessary component_getProcessComponentContext C wrapper
Change-Id: I9d9f1a542dbbfc461dd27c32b57e4cad5532fab0
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/processfactory/processfactory.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comphelper/source/processfactory/processfactory.cxx b/comphelper/source/processfactory/processfactory.cxx index a193a6eb897a..32aff0f4f03f 100644 --- a/comphelper/source/processfactory/processfactory.cxx +++ b/comphelper/source/processfactory/processfactory.cxx @@ -99,15 +99,4 @@ Reference< XComponentContext > getProcessComponentContext() } // namespace comphelper -extern "C" { -uno::XComponentContext * comphelper_getProcessComponentContext() -{ - uno::Reference<uno::XComponentContext> xRet; - xRet = ::comphelper::getProcessComponentContext(); - if (xRet.is()) - xRet->acquire(); - return xRet.get(); -} -} // extern "C" - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |