summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/elementlist.cxx4
-rw-r--r--unoxml/source/rdf/CBlankNode.cxx1
-rw-r--r--unoxml/source/rdf/CLiteral.cxx1
-rw-r--r--unoxml/source/rdf/CURI.cxx1
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx2
5 files changed, 0 insertions, 9 deletions
diff --git a/unoxml/source/dom/elementlist.cxx b/unoxml/source/dom/elementlist.cxx
index 3b38cc73ddb6..c851faf426b3 100644
--- a/unoxml/source/dom/elementlist.cxx
+++ b/unoxml/source/dom/elementlist.cxx
@@ -44,10 +44,6 @@ namespace
{
}
- virtual ~WeakEventListener() override
- {
- }
-
virtual void SAL_CALL handleEvent(const css::uno::Reference<css::xml::dom::events::XEvent>& rEvent)
throw(css::uno::RuntimeException, std::exception) override
{
diff --git a/unoxml/source/rdf/CBlankNode.cxx b/unoxml/source/rdf/CBlankNode.cxx
index 47f5af263172..761082c27906 100644
--- a/unoxml/source/rdf/CBlankNode.cxx
+++ b/unoxml/source/rdf/CBlankNode.cxx
@@ -39,7 +39,6 @@ class CBlankNode:
{
public:
CBlankNode();
- virtual ~CBlankNode() override {}
// css::lang::XServiceInfo:
virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override;
diff --git a/unoxml/source/rdf/CLiteral.cxx b/unoxml/source/rdf/CLiteral.cxx
index 9d488d9e991b..bfcf0f150c98 100644
--- a/unoxml/source/rdf/CLiteral.cxx
+++ b/unoxml/source/rdf/CLiteral.cxx
@@ -41,7 +41,6 @@ class CLiteral:
{
public:
explicit CLiteral();
- virtual ~CLiteral() override {}
// css::lang::XServiceInfo:
virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override;
diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx
index 82413a07dc5b..6473ae3d78b7 100644
--- a/unoxml/source/rdf/CURI.cxx
+++ b/unoxml/source/rdf/CURI.cxx
@@ -40,7 +40,6 @@ class CURI:
{
public:
explicit CURI();
- virtual ~CURI() override {}
// css::lang::XServiceInfo:
virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override;
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index 1cb823070b70..5d0de18041a9 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -695,8 +695,6 @@ public:
, m_xName(i_xName)
{ };
- virtual ~librdf_NamedGraph() override {}
-
// css::rdf::XNode:
virtual OUString SAL_CALL getStringValue()
throw (uno::RuntimeException, std::exception) override;