diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-05 08:59:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-05 08:59:52 +0100 |
commit | 196d1911368f7f3b459a1aac8f952311ec3732ba (patch) | |
tree | 221f5ddf827224c59b799a54307cfb2f7b694c23 /sfx2/source/view/viewsh.cxx | |
parent | fbb3f88df5b9ee64f2aacbe758a481c5d91d0fed (diff) |
loplugin:unnecessaryoverride (dtors) in sfx2
Change-Id: Ic086a22bccd267824e68df6c963df8da76e6df2c
Diffstat (limited to 'sfx2/source/view/viewsh.cxx')
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 4d55babc23ee..75ec8d1876a0 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -104,7 +104,6 @@ class SfxClipboardChangeListener : public ::cppu::WeakImplHelper< { public: SfxClipboardChangeListener( SfxViewShell* pView, const uno::Reference< datatransfer::clipboard::XClipboardNotifier >& xClpbrdNtfr ); - virtual ~SfxClipboardChangeListener() override; // XEventListener virtual void SAL_CALL disposing( const lang::EventObject& rEventObject ) @@ -157,10 +156,6 @@ SfxClipboardChangeListener::SfxClipboardChangeListener( SfxViewShell* pView, con } } -SfxClipboardChangeListener::~SfxClipboardChangeListener() -{ -} - void SfxClipboardChangeListener::ChangedContents() { const SolarMutexGuard aGuard; |