summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/PresentationFactory.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 09:00:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 09:00:32 +0100
commit542bb6b7876f7a5aef4e27f054fba39448b111b5 (patch)
treeeced796a47321bcf10ff5a31a4736d2433294c2b /sd/source/ui/framework/factories/PresentationFactory.cxx
parent4586cc8b62f93c1cb113218da4ebe332692fe314 (diff)
loplugin:unnecessaryoverride (dtors) in sd
Change-Id: Ibe339042a523f7c55fbcea68756524fc168e8558
Diffstat (limited to 'sd/source/ui/framework/factories/PresentationFactory.cxx')
-rw-r--r--sd/source/ui/framework/factories/PresentationFactory.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/framework/factories/PresentationFactory.cxx b/sd/source/ui/framework/factories/PresentationFactory.cxx
index 7a46a15ccd14..59e550dc4551 100644
--- a/sd/source/ui/framework/factories/PresentationFactory.cxx
+++ b/sd/source/ui/framework/factories/PresentationFactory.cxx
@@ -46,7 +46,6 @@ class PresentationFactoryProvider
{
public:
explicit PresentationFactoryProvider (const Reference<XComponentContext>& rxContext);
- virtual ~PresentationFactoryProvider() override;
virtual void SAL_CALL disposing() override;
@@ -70,7 +69,6 @@ class PresentationView
public:
explicit PresentationView (const Reference<XResourceId>& rxViewId)
: PresentationViewInterfaceBase(maMutex),mxResourceId(rxViewId) {};
- virtual ~PresentationView() override {};
// XView
@@ -191,10 +189,6 @@ PresentationFactoryProvider::PresentationFactoryProvider (
(void)rxContext;
}
-PresentationFactoryProvider::~PresentationFactoryProvider()
-{
-}
-
void PresentationFactoryProvider::disposing()
{
}