diff options
Diffstat (limited to 'offapi/com/sun/star/frame/StatusbarController.idl')
-rw-r--r-- | offapi/com/sun/star/frame/StatusbarController.idl | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/offapi/com/sun/star/frame/StatusbarController.idl b/offapi/com/sun/star/frame/StatusbarController.idl index cd3273300..74134d8e0 100644 --- a/offapi/com/sun/star/frame/StatusbarController.idl +++ b/offapi/com/sun/star/frame/StatusbarController.idl @@ -27,21 +27,10 @@ #ifndef __com_sun_star_frame_StatusbarController_idl__ #define __com_sun_star_frame_StatusbarController_idl__ -#ifndef __com_sun_star_lang_XInitialization_idl__ #include <com/sun/star/lang/XInitialization.idl> -#endif - -#ifndef __com_sun_star_util_XUpdatable_idl__ #include <com/sun/star/util/XUpdatable.idl> -#endif - -#ifndef __com_sun_star_frame_XStatusListener_idl__ #include <com/sun/star/frame/XStatusListener.idl> -#endif - -#ifndef __com_sun_star_frame_XStatusbarController_idl__ #include <com/sun/star/frame/XStatusbarController.idl> -#endif //============================================================================= @@ -112,7 +101,7 @@ service StatusbarController <p> A status bar controller instance is ready for use after this call has - been made the first time. The status bar implementation guarentees that + been made the first time. The status bar implementation guarantees that the controller's item window has been added to the status bar and its reference is held by it. </p> @@ -126,7 +115,7 @@ service StatusbarController <p> Mostly used by a status bar implementation to forward information to and request services from a status bar controller component. This - interface must be useable after + interface must be usable after <member scope="com::sun::star::lang">XInitialitation::initialize</member> has been called. The behavior of the interface is undefined if the controller component hasn't been initialized. |