summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-04-04 21:54:59 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-04-04 21:54:59 +0200
commit6ea2a046f54fa8b06daff4a6dac4998aad7e7f7b (patch)
treebd6c9b7ec096a4073d609601bfbb8e580bcf44f8 /offapi
parent692667d2e32361f3624f9ac77b0ee7d1b4ebbfa4 (diff)
gridfixes: now that there are dedicated factory methods at the TabPageContainerModel, there's no need for a global service constructor for the TabPageModel - it won't do the expected thing, anyway, since it creates a model usable outside a dialog only
Diffstat (limited to 'offapi')
-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;
};
//=============================================================================