summaryrefslogtreecommitdiff
path: root/svtools/source/edit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:15 +0100
commit7ca8ff7ff74df1f0805e391fef9a3e554dd28778 (patch)
tree0d2c1e124713b94c50c70346acceb97d83c54d77 /svtools/source/edit
parent6eb60ca80115c35fbfce2789146e485835e7709e (diff)
loplugin:unnecessaryoverride (dtors) in svtools
Change-Id: I5b0f4b335cd383702324ff6ea04581476309ca70
Diffstat (limited to 'svtools/source/edit')
-rw-r--r--svtools/source/edit/textwindowpeer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/edit/textwindowpeer.cxx b/svtools/source/edit/textwindowpeer.cxx
index ca5437972b0b..5bfc39dc22d5 100644
--- a/svtools/source/edit/textwindowpeer.cxx
+++ b/svtools/source/edit/textwindowpeer.cxx
@@ -36,8 +36,6 @@ class TextWindowPeer: public VCLXWindow {
public:
explicit TextWindowPeer(TextView & view);
- virtual ~TextWindowPeer() override {}
-
TextWindowPeer(const TextWindowPeer&) = delete;
TextWindowPeer& operator=(const TextWindowPeer&) = delete;