summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-09 11:48:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-09 11:48:15 +0200
commit83c5214889c712646e45dc1c19b6d3c13a05aa83 (patch)
tree3954dda99ce52912cd2b33a91539f86e49caffb2 /include
parent7eeb1c908b58df395b21bf5fbf5d565e9b51ce66 (diff)
loplugin:saloverride
Change-Id: I7b640ecf957ec2663c68a9548680a64c85470da5
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/configurationlistener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/configurationlistener.hxx b/include/comphelper/configurationlistener.hxx
index 658b84b8e80d..88edd77ff1b5 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; }
};