summaryrefslogtreecommitdiffstats
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.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/cppuhelper/source/servicefactory_detail.hxx b/cppuhelper/source/servicefactory_detail.hxx
index 40fe77f036ed..09c3997a2ed9 100644
--- a/cppuhelper/source/servicefactory_detail.hxx
+++ b/cppuhelper/source/servicefactory_detail.hxx
@@ -25,17 +25,10 @@
#include <vector>
#include "com/sun/star/uno/Exception.hpp"
-#include "com/sun/star/uno/Reference.hxx"
#include "sal/types.h"
-namespace com { namespace sun { namespace star { namespace lang {
- class XMultiComponentFactory;
-} } } }
namespace cppu { struct ContextEntry_Init; }
-namespace rtl {
- class Bootstrap;
- class OUString;
-}
+namespace rtl { class Bootstrap; }
namespace cppu {
@@ -44,11 +37,6 @@ void add_access_control_entries(
rtl::Bootstrap const & bootstrap)
SAL_THROW((com::sun::star::uno::Exception));
-SAL_DLLPUBLIC_EXPORT
-com::sun::star::uno::Reference< com::sun::star::lang::XMultiComponentFactory >
-bootstrapInitialSF(rtl::OUString const & rBootstrapPath)
- SAL_THROW((com::sun::star::uno::Exception));
-
}
#endif