diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/controls/unocontrol.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx index 66651666e29f..15aa918abb45 100644 --- a/include/toolkit/controls/unocontrol.hxx +++ b/include/toolkit/controls/unocontrol.hxx @@ -124,7 +124,8 @@ protected: void ImplLockPropertyChangeNotification( const OUString& rPropertyName, bool bLock ); void ImplLockPropertyChangeNotifications( const ::com::sun::star::uno::Sequence< OUString >& rPropertyNames, bool bLock ); - void disposeAccessibleContext(); + void DisposeAccessibleContext(::com::sun::star::uno::Reference< + ::com::sun::star::lang::XComponent> const& xContext); inline void setPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& _xPeer) { |