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 /offapi | |
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 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/XStatusbarController.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl index 190e047e627b..6f2b141292f3 100644 --- a/offapi/com/sun/star/frame/XStatusbarController.idl +++ b/offapi/com/sun/star/frame/XStatusbarController.idl @@ -24,6 +24,7 @@ #include <com/sun/star/awt/Rectangle.idl> #include <com/sun/star/awt/XGraphics.idl> #include <com/sun/star/frame/XStatusListener.idl> +#include <com/sun/star/lang/XComponent.idl> #include <com/sun/star/lang/XInitialization.idl> #include <com/sun/star/util/XUpdatable.idl> @@ -47,6 +48,14 @@ module com { module sun { module star { module frame { */ interface XStatusbarController { + /** used to control the life-time of the component + + Used by a status bar implementation to control the life-time of + a status bar controller. The status bar is the only instance which + is allowed to dispose the component. + */ + interface com::sun::star::lang::XComponent; + /** used to initialize a component with required arguments. <p>A status bar controller is initialized with <b>five</b> additional |