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 1124e495e2d4..9a43c30d3052 100644
--- a/xmlhelp/source/cxxhelp/provider/content.hxx
+++ b/xmlhelp/source/cxxhelp/provider/content.hxx
@@ -39,14 +39,6 @@ namespace chelp
class Databases;
- struct ContentProperties
- {
- OUString aTitle; // Title
- OUString aContentType; // ContentType
-
- ContentProperties() {}
- };
-
class Content : public ::ucbhelper::ContentImplHelper
{
public:
@@ -106,7 +98,6 @@ namespace chelp
// private members;
- ContentProperties m_aProps;
URLParameter m_aURLParameter;
Databases* m_pDatabases;