[Libreoffice-commits] core.git: sd/source

Jochen Nitschke j.nitschke+logerrit at ok.de
Sat Jan 28 10:50:33 UTC 2017


 sd/source/ui/remotecontrol/AvahiNetworkService.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b2e54bef5392cc6fe98ec3a46eeec41fdd372f0d
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Sat Jan 28 10:11:40 2017 +0000

    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 at ok.de>
    Tested-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
index f23bab1..844bbf0 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;


More information about the Libreoffice-commits mailing list