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.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.hxx b/xmlhelp/source/cxxhelp/provider/provider.hxx
index a02b6f1363eb..9d3068947c42 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.hxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.hxx
@@ -28,11 +28,8 @@
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/lang/XComponent.hpp>
-
namespace chelp {
-//=========================================================================
-
// UNO service name for the provider. This name will be used by the UCB to
// create instances of the provider.
@@ -50,12 +47,8 @@ namespace chelp {
#define MYUCP_URL_SCHEME_LENGTH 18
#define MYUCP_CONTENT_TYPE "application/vnd.sun.star.xmlhelp" // UCB Content Type.
-//=========================================================================
-
-
class Databases;
-
class ContentProvider :
public ::ucbhelper::ContentProviderImplHelper,
public ::com::sun::star::container::XContainerListener,
@@ -84,9 +77,7 @@ namespace chelp {
throw( ::com::sun::star::ucb::IllegalIdentifierException,
::com::sun::star::uno::RuntimeException );
- //////////////////////////////////////////////////////////////////////
// Additional interfaces
- //////////////////////////////////////////////////////////////////////
// XComponent
@@ -136,10 +127,7 @@ namespace chelp {
elementReplaced( const ::com::sun::star::container::ContainerEvent& Event )
throw (::com::sun::star::uno::RuntimeException);
-
- //////////////////////////////////////////////////////////////////////
// Non-interface methods.
- //////////////////////////////////////////////////////////////////////
private: