summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2013-05-27 05:46:18 +0000
committerAriel Constenla-Haile <arielch@apache.org>2013-05-27 05:46:18 +0000
commitf3dc398e002926792a0c6160691d46eb75cad236 (patch)
treee73214a0185931fb29ac422e6ef3a915522e6479 /offapi
parent76f5fa8ed67bfcd162de49a74b2f4484935d55b2 (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
Notes
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/frame/XStatusbarController.idl9
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 f189e6468fb0..f2d853c03af0 100644
--- a/offapi/com/sun/star/frame/XStatusbarController.idl
+++ b/offapi/com/sun/star/frame/XStatusbarController.idl
@@ -27,6 +27,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>
@@ -50,6 +51,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