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 /include/svtools | |
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 'include/svtools')
-rw-r--r-- | include/svtools/statusbarcontroller.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/statusbarcontroller.hxx b/include/svtools/statusbarcontroller.hxx index 3b0f5bdf00d6..c794bc0a922e 100644 --- a/include/svtools/statusbarcontroller.hxx +++ b/include/svtools/statusbarcontroller.hxx @@ -41,7 +41,6 @@ namespace svt class SVT_DLLPUBLIC StatusbarController : public ::com::sun::star::frame::XStatusbarController, - public ::com::sun::star::lang::XComponent, public ::comphelper::OBaseMutex, public ::cppu::OWeakObject { |