diff options
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: */ |