summaryrefslogtreecommitdiff
path: root/include/comphelper/processfactory.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-22 23:48:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-22 23:49:06 +0200
commit5040ad523e0e4ad336e2449030516f5a90ea5656 (patch)
tree8d64b892214397af5018c32d14f3555e863ad878 /include/comphelper/processfactory.hxx
parentbcc31e249fde6536ab96ffcf2a8e542275efa69b (diff)
Remove unnecessary component_getProcessComponentContext C wrapper
Change-Id: I9d9f1a542dbbfc461dd27c32b57e4cad5532fab0
Diffstat (limited to 'include/comphelper/processfactory.hxx')
-rw-r--r--include/comphelper/processfactory.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/comphelper/processfactory.hxx b/include/comphelper/processfactory.hxx
index e6833fc49327..a7edbb9cddff 100644
--- a/include/comphelper/processfactory.hxx
+++ b/include/comphelper/processfactory.hxx
@@ -71,14 +71,6 @@ getProcessComponentContext();
}
-
-extern "C" {
-/// @internal ATTENTION returns ACQUIRED pointer! release it explicitly!
-COMPHELPER_DLLPUBLIC
-::com::sun::star::uno::XComponentContext *
-comphelper_getProcessComponentContext();
-} // extern "C"
-
#endif // _COMPHELPER_PROCESSFACTORY_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */