summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/content.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/content.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/content.hxx b/xmlhelp/source/cxxhelp/provider/content.hxx
index 98b80dcee541..f39b5c87837d 100644
--- a/xmlhelp/source/cxxhelp/provider/content.hxx
+++ b/xmlhelp/source/cxxhelp/provider/content.hxx
@@ -37,14 +37,10 @@ namespace com { namespace sun { namespace star { namespace sdbc {
namespace chelp
{
-//=========================================================================
-
// UNO service name for the content.
#define MYUCP_CONTENT_SERVICE_NAME \
"com.sun.star.ucb.CHelpContent"
-//=========================================================================
-
class Databases;
struct ContentProperties
@@ -55,8 +51,6 @@ namespace chelp
ContentProperties() {}
};
-//=========================================================================
-
class Content : public ::ucbhelper::ContentImplHelper
{
public:
@@ -104,7 +98,6 @@ namespace chelp
abort( sal_Int32 CommandId )
throw( com::sun::star::uno::RuntimeException );
-
private:
// private members;
@@ -113,7 +106,6 @@ namespace chelp
URLParameter m_aURLParameter;
Databases* m_pDatabases;
-
// private methods
virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >
@@ -132,7 +124,6 @@ namespace chelp
const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& rValues );
-
};
}