summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/servicefactory_detail.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-16 09:04:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-16 11:39:03 +0100
commite1e308bc4564f596bde5cd4c96b75d3b8c672e95 (patch)
treea3aafe7b01d1e14f27a9a47afcf95bf08b47c818 /cppuhelper/source/servicefactory_detail.hxx
parentget_this_libpath only used in paths.cxx (diff)
downloadcore-e1e308bc4564f596bde5cd4c96b75d3b8c672e95.tar.gz
core-e1e308bc4564f596bde5cd4c96b75d3b8c672e95.zip
Remove support for UNO_AC* bootstrap variables
...they had effectively never been used. Change-Id: I514f2b844661e144cef758eb3ce7c4607ffad635
Diffstat (limited to 'cppuhelper/source/servicefactory_detail.hxx')
-rw-r--r--cppuhelper/source/servicefactory_detail.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppuhelper/source/servicefactory_detail.hxx b/cppuhelper/source/servicefactory_detail.hxx
index 09c3997a2ed9..d1e8a376bcaf 100644
--- a/cppuhelper/source/servicefactory_detail.hxx
+++ b/cppuhelper/source/servicefactory_detail.hxx
@@ -28,13 +28,10 @@
#include "sal/types.h"
namespace cppu { struct ContextEntry_Init; }
-namespace rtl { class Bootstrap; }
namespace cppu {
-void add_access_control_entries(
- std::vector< cppu::ContextEntry_Init > * values,
- rtl::Bootstrap const & bootstrap)
+void add_access_control_entries(std::vector< cppu::ContextEntry_Init > * values)
SAL_THROW((com::sun::star::uno::Exception));
}