summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ObjectIdentifier.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-30 14:26:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-30 19:26:41 +0100
commita7b18aaa46c225d3546ad52aab0c460092c8edb0 (patch)
treebcb71a8b13fc0a6d8ea581556a0bd8f21c0f1b3d /chart2/source/inc/ObjectIdentifier.hxx
parent2b8b8740f211a649a358fbe2406cae12e9621a77 (diff)
no point in these dtors being virtual
nothing inherits from these classes Change-Id: Ic887ac8a046b8697e310e19b6e7fdf9efae8f074
Diffstat (limited to 'chart2/source/inc/ObjectIdentifier.hxx')
-rw-r--r--chart2/source/inc/ObjectIdentifier.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/inc/ObjectIdentifier.hxx b/chart2/source/inc/ObjectIdentifier.hxx
index a38cdc5e6847..067ff960e2e4 100644
--- a/chart2/source/inc/ObjectIdentifier.hxx
+++ b/chart2/source/inc/ObjectIdentifier.hxx
@@ -93,7 +93,6 @@ public:
ObjectIdentifier( const OUString& rObjectCID );
ObjectIdentifier( const css::uno::Reference< css::drawing::XShape >& rxShape );
ObjectIdentifier( const css::uno::Any& rAny );
- virtual ~ObjectIdentifier();
ObjectIdentifier( const ObjectIdentifier& rOID );
bool operator==( const ObjectIdentifier& rOID ) const;