summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl')
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index 266f6a56119a..b669375b811e 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -38,15 +38,9 @@ module com { module sun { module star { module awt { module tab {
/** specifies the standard model of a XTabPageModel.
@since OOo 3.4
*/
-published service UnoControlTabPageModel : XTabPageModel
+published service UnoControlTabPageModel
{
- /** Creates a new XTabPageModel with a given ID.
- */
- create([in] short tabPageID);
-
- /** Creates a new XTabPageModel with a given ID and a url which is used to load the tab page model.
- */
- load([in] short tabPageID,[in] string url);
+ interface XTabPageModel;
};
//=============================================================================