[Libreoffice-commits] core.git: include/comphelper

Stephan Bergmann sbergman at redhat.com
Fri Oct 9 02:48:39 PDT 2015


 include/comphelper/configurationlistener.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83c5214889c712646e45dc1c19b6d3c13a05aa83
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 9 11:48:15 2015 +0200

    loplugin:saloverride
    
    Change-Id: I7b640ecf957ec2663c68a9548680a64c85470da5

diff --git a/include/comphelper/configurationlistener.hxx b/include/comphelper/configurationlistener.hxx
index 658b84b..88edd77 100644
--- a/include/comphelper/configurationlistener.hxx
+++ b/include/comphelper/configurationlistener.hxx
@@ -54,7 +54,7 @@ public:
     inline ConfigurationListenerProperty(const rtl::Reference< ConfigurationListener > &xListener,
                                              const OUString &rProp );
 
-    inline ~ConfigurationListenerProperty();
+    virtual inline ~ConfigurationListenerProperty();
 
     uno_type get() { return maValue; }
 };


More information about the Libreoffice-commits mailing list