diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 10:11:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 10:11:59 +0000 |
commit | aac6bb5bb3359a4c38bf77a98ac4bbdca470107c (patch) | |
tree | 3314f3b695184621d725161b10b243ebaaa9b46f /xmloff/source/xforms/SchemaContext.hxx | |
parent | a0dc3972876fd3b483f1fc534d1c582d02f52386 (diff) |
ditch some empty dtors which match the default dtor
Change-Id: Id2450b03e6c8c5461e92d995ea8c33d5dfd55a45
Diffstat (limited to 'xmloff/source/xforms/SchemaContext.hxx')
-rw-r--r-- | xmloff/source/xforms/SchemaContext.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/xforms/SchemaContext.hxx b/xmloff/source/xforms/SchemaContext.hxx index cd03695cc36a..1e65995eb2a2 100644 --- a/xmloff/source/xforms/SchemaContext.hxx +++ b/xmloff/source/xforms/SchemaContext.hxx @@ -42,7 +42,6 @@ public: sal_uInt16 nPrfx, const OUString& rLName, const css::uno::Reference<css::xforms::XDataTypeRepository>& rRepository ); - virtual ~SchemaContext() override; // implement TokenContext methods: |