summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/helper/accessiblefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/toolkit/helper/accessiblefactory.hxx')
-rw-r--r--toolkit/inc/toolkit/helper/accessiblefactory.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/inc/toolkit/helper/accessiblefactory.hxx b/toolkit/inc/toolkit/helper/accessiblefactory.hxx
index 1362a7d4d365..c047a55c6597 100644
--- a/toolkit/inc/toolkit/helper/accessiblefactory.hxx
+++ b/toolkit/inc/toolkit/helper/accessiblefactory.hxx
@@ -129,6 +129,9 @@ namespace toolkit
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >
createAccessible( Menu* _pMenu, sal_Bool _bIsMenuBar ) = 0;
+
+ protected:
+ ~IAccessibleFactory() {}
};
//........................................................................