diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 17:56:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 17:57:25 +0100 |
commit | e1d99bc0d52a7f03597a8d5400a3578dacf54bbf (patch) | |
tree | fff78d17668d59794954b632ff07c2a6703ee869 /svtools | |
parent | 462a2ef92a7136e93d1d58045b176ad46b62348b (diff) |
ToolbarMenu does not implement XStatusListener
Change-Id: Ia0195e794ac5e23905035738f0ab7e658c3bb92b
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/toolbarmenu.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/control/toolbarmenu.cxx b/svtools/source/control/toolbarmenu.cxx index 9efa51867f6e..6fa1785af66d 100644 --- a/svtools/source/control/toolbarmenu.cxx +++ b/svtools/source/control/toolbarmenu.cxx @@ -1568,8 +1568,7 @@ void ToolbarMenu::AddStatusListener( const OUString& rCommandURL ) -// XStatusListener (subclasses must override this one to get the status updates -void SAL_CALL ToolbarMenu::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& /*Event*/ ) throw ( ::com::sun::star::uno::RuntimeException ) +void ToolbarMenu::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& /*Event*/ ) throw ( ::com::sun::star::uno::RuntimeException ) { } |