summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XUnoControlContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XUnoControlContainer.idl')
-rw-r--r--offapi/com/sun/star/awt/XUnoControlContainer.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/XUnoControlContainer.idl b/offapi/com/sun/star/awt/XUnoControlContainer.idl
index 67aa43d617c1..0dbef6c0ad42 100644
--- a/offapi/com/sun/star/awt/XUnoControlContainer.idl
+++ b/offapi/com/sun/star/awt/XUnoControlContainer.idl
@@ -24,35 +24,29 @@
#include <com/sun/star/awt/XTabController.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** gives access to the tab controllers of a <type>UnoControlContainer</type>.
*/
published interface XUnoControlContainer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets a set of tab controllers.
*/
[oneway] void setTabControllers( [in] sequence<com::sun::star::awt::XTabController> TabControllers );
- //-------------------------------------------------------------------------
/** returns all currently specified tab controllers.
*/
sequence<com::sun::star::awt::XTabController> getTabControllers();
- //-------------------------------------------------------------------------
/** adds a single tab controller.
*/
[oneway] void addTabController( [in] com::sun::star::awt::XTabController TabController );
- //-------------------------------------------------------------------------
/** removes a single tab controller.
*/
@@ -60,7 +54,6 @@ published interface XUnoControlContainer: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };