summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-28 10:11:40 +0000
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-28 10:49:59 +0000
commitb2e54bef5392cc6fe98ec3a46eeec41fdd372f0d (patch)
tree0c9b423b3409adbce17319c0c6e249bf193dcc0d /sd
parentf1d83ac45f08270f7f2dd7128056effd0251dc5e (diff)
loplugin:unnecessaryoverride
seen on tinderbox Linux-F19-x86_64_14-with-check Change-Id: Ic494f75df7b2ca879e7bb312166b4c91263ee214 Reviewed-on: https://gerrit.libreoffice.org/33644 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/AvahiNetworkService.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
index f23bab1543c0..844bbf0b3ab7 100644
--- a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
+++ b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
@@ -19,7 +19,6 @@ namespace sd {
public:
AvahiNetworkService(const std::string& aname = "", unsigned int aport = 1599)
: ZeroconfService(aname, aport){}
- virtual ~AvahiNetworkService() override {}
void clear() override;
void setup() override;