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/text/txtprhdl.hxx | |
parent | a0dc3972876fd3b483f1fc534d1c582d02f52386 (diff) |
ditch some empty dtors which match the default dtor
Change-Id: Id2450b03e6c8c5461e92d995ea8c33d5dfd55a45
Diffstat (limited to 'xmloff/source/text/txtprhdl.hxx')
-rw-r--r-- | xmloff/source/text/txtprhdl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/text/txtprhdl.hxx b/xmloff/source/text/txtprhdl.hxx index 2a823ac32e8b..8870268eb0a8 100644 --- a/xmloff/source/text/txtprhdl.hxx +++ b/xmloff/source/text/txtprhdl.hxx @@ -30,12 +30,10 @@ class XMLTextPropertyHandlerFactory : public XMLPropertyHandlerFactory public: XMLTextPropertyHandlerFactory(); - virtual ~XMLTextPropertyHandlerFactory() override; virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const override ; }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |