summaryrefslogtreecommitdiffstats
path: root/xmlhelp/source/cxxhelp/provider/databases.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/databases.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx
index 0e92ecd8393b..da69ca48432f 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.hxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.hxx
@@ -75,8 +75,6 @@ namespace chelp {
{
}
- ~StaticModuleInformation() { }
-
const OUString& get_title() const { return m_aTitle; }
const OUString& get_id() const { return m_aStartId; }
const OUString& get_program() const { return m_aProgramSwitch; }
@@ -111,8 +109,6 @@ namespace chelp {
explicit KeywordInfo( const std::vector< KeywordElement >& aVector );
- ~KeywordInfo() { };
-
css::uno::Sequence< OUString >&
getKeywordList() { return listKey; }