summaryrefslogtreecommitdiff
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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index f2d4cc01f713..3b3bb7e9218c 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -39,13 +39,13 @@ 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
+service UnoControlTabPageModel : XTabPageModel
{
/** 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.
+ /** Creates a new XTabPageModel with a given ID and a url which is used to load teh tab page model.
*/
load([in] short tabPageID,[in] string url);
};