summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicefactory_detail.hxx
diff options
context:
space:
mode:
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));
}