diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-05-27 05:46:18 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-31 12:40:08 +0200 |
commit | d0508f79c15a5d789f5e6af214d78ce89e05071d (patch) | |
tree | fe3dddd213bd961739ee00384783a7fbdaee1bbb /framework/inc/uielement | |
parent | 2cb9aaf44dc589af79d62d7b1136b5d65e9f47d4 (diff) |
css::frame::XStatusbarController: add missing interface
Added ::com::sun::star::lang::XComponent. IDL documentation taken from
http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusbar_Controller#Status_bar_controller_service
(cherry picked from commit f3dc398e002926792a0c6160691d46eb75cad236)
Conflicts:
framework/inc/uielement/statusbarmanager.hxx
framework/source/uielement/statusbarmanager.cxx
Change-Id: Id2d768250632b12b834602a33a4e9923cec9bd3f
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r-- | framework/inc/uielement/statusbarmanager.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx index 71bfc34df9ef..b469ad7574c3 100644 --- a/framework/inc/uielement/statusbarmanager.hxx +++ b/framework/inc/uielement/statusbarmanager.hxx @@ -27,7 +27,6 @@ #include <stdtypes.h> #include <com/sun/star/frame/XFrame.hpp> -#include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/XStatusbarController.hpp> #include <com/sun/star/frame/XUIControllerFactory.hpp> #include <com/sun/star/ui/XUIConfiguration.hpp> @@ -104,7 +103,7 @@ class StatusBarManager : public ::com::sun::star::frame::XFrameActionListener void MouseButton( const MouseEvent& rMEvt ,sal_Bool ( SAL_CALL ::com::sun::star::frame::XStatusbarController::*_pMethod )(const ::com::sun::star::awt::MouseEvent&)); protected: - typedef std::map< sal_uInt16, ::com::sun::star::uno::Reference< com::sun::star::frame::XStatusListener > > StatusBarControllerMap; + typedef std::map< sal_uInt16, ::com::sun::star::uno::Reference< com::sun::star::frame::XStatusbarController > > StatusBarControllerMap; sal_Bool m_bDisposed : 1, m_bFrameActionRegistered : 1, |