summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/provider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/provider.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.hxx b/xmlhelp/source/cxxhelp/provider/provider.hxx
index 202c6dae04ac..e8e4968a0ed3 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.hxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.hxx
@@ -23,7 +23,6 @@
#include <rtl/ustring.hxx>
#include <osl/mutex.hxx>
#include <ucbhelper/providerhelper.hxx>
-#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/container/XContainerListener.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/lang/XComponent.hpp>
@@ -156,22 +155,6 @@ namespace chelp {
void init();
- css::uno::Reference< css::lang::XMultiServiceFactory >
- getConfiguration() const;
-
- static css::uno::Reference< css::container::XHierarchicalNameAccess >
- getHierAccess( const css::uno::Reference< css::lang::XMultiServiceFactory >& sProvider,
- const char* file );
-
- static OUString
- getKey( const css::uno::Reference< css::container::XHierarchicalNameAccess >& xHierAccess,
- const char* key );
-
- static bool
- getBooleanKey(
- const css::uno::Reference< css::container::XHierarchicalNameAccess >& xHierAccess,
- const char* key);
-
static void subst( OUString& instpath );
};