diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 10:19:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 10:26:05 +0000 |
commit | 2608523b69fd6f1d888a74674a6ec795b4ad3aad (patch) | |
tree | ce6b6853e447594d03a0b458903defe0a6562771 /starmath/source/mathmlexport.hxx | |
parent | cb55ffa649e73eb12e8edf79950a2494ac5e94b1 (diff) |
loplugin: unnecessary destructor sfx2..store
Change-Id: Idbf2585e48cd89a43ab68c5c8819880d20461ccf
Reviewed-on: https://gerrit.libreoffice.org/33514
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r-- | starmath/source/mathmlexport.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx index 4581db8f6cf1..7d9adcdc7d75 100644 --- a/starmath/source/mathmlexport.hxx +++ b/starmath/source/mathmlexport.hxx @@ -97,7 +97,6 @@ public: SmXMLExport( const css::uno::Reference< css::uno::XComponentContext >& rContext, OUString const & implementationName, SvXMLExportFlags nExportFlags); - virtual ~SmXMLExport() override {}; // XUnoTunnel sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& rId ) throw(css::uno::RuntimeException, std::exception) override; |