summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf/librdf_repository.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-24 11:28:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-24 11:28:35 +0100
commit31e2e2de4571139bde2fe55a986c8b067cca1dee (patch)
tree716245faefab5d63ecdfd1d0e80e847c366f348e /unoxml/source/rdf/librdf_repository.cxx
parent675df4a72e7cc695fec18869dd015a872c287c6e (diff)
loplugin:unnecessaryoverride (dtors) in unoxml
Change-Id: Ieca0d355031f25731a519be26145cda3b2172cb1
Diffstat (limited to 'unoxml/source/rdf/librdf_repository.cxx')
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx2
1 files changed, 0 insertions, 2 deletions
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;