summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/accessiblecomponenthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/accessiblecomponenthelper.hxx')
-rw-r--r--comphelper/inc/comphelper/accessiblecomponenthelper.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/accessiblecomponenthelper.hxx b/comphelper/inc/comphelper/accessiblecomponenthelper.hxx
index 582d77a99283..25e5bdd05285 100644
--- a/comphelper/inc/comphelper/accessiblecomponenthelper.hxx
+++ b/comphelper/inc/comphelper/accessiblecomponenthelper.hxx
@@ -77,7 +77,10 @@ namespace comphelper
struct OAccessibleComponentHelper_Base :
public ::cppu::ImplHelper1< ::com::sun::star::accessibility::XAccessibleComponent >
- {};
+ {
+ protected:
+ ~OAccessibleComponentHelper_Base() {}
+ };
/** a helper class for implementing an AccessibleContext which at the same time
supports an XAccessibleComponent interface.