summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/XPropertyTable.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 11:14:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 11:14:51 +0100
commit6eb60ca80115c35fbfce2789146e485835e7709e (patch)
tree16f1a2367eda914ef3a63cd0881888bcc27500c8 /svx/source/unodraw/XPropertyTable.cxx
parent0e513fdc44c36df54949628d7497345cff804f59 (diff)
loplugin:unnecessaryoverride (dtors) in svx
Change-Id: Icc4d9919cedadc00f1420939564dd095fab74cca
Diffstat (limited to 'svx/source/unodraw/XPropertyTable.cxx')
-rw-r--r--svx/source/unodraw/XPropertyTable.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/unodraw/XPropertyTable.cxx b/svx/source/unodraw/XPropertyTable.cxx
index 83a64e915c3d..2b1f57904915 100644
--- a/svx/source/unodraw/XPropertyTable.cxx
+++ b/svx/source/unodraw/XPropertyTable.cxx
@@ -53,8 +53,6 @@ private:
public:
SvxUnoXPropertyTable( sal_Int16 nWhich, XPropertyList* pList ) throw();
- virtual ~SvxUnoXPropertyTable() throw() override;
-
virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw(uno::RuntimeException) = 0;
virtual std::unique_ptr<XPropertyEntry> createEntry(const OUString& rName, const uno::Any& rAny) const throw(uno::RuntimeException, lang::IllegalArgumentException) = 0;
@@ -82,10 +80,6 @@ SvxUnoXPropertyTable::SvxUnoXPropertyTable( sal_Int16 nWhich, XPropertyList* pLi
{
}
-SvxUnoXPropertyTable::~SvxUnoXPropertyTable() throw()
-{
-}
-
const XPropertyEntry* SvxUnoXPropertyTable::get(long index) const
{
if( mpList )