diff options
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/helper/accessiblefactory.hxx | 3 |
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() {} }; //........................................................................ |