summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XSimpleTabController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XSimpleTabController.idl')
-rw-r--r--offapi/com/sun/star/awt/XSimpleTabController.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl
index 5ed9672ff115..189e358292c3 100644
--- a/offapi/com/sun/star/awt/XSimpleTabController.idl
+++ b/offapi/com/sun/star/awt/XSimpleTabController.idl
@@ -33,12 +33,12 @@
*/
interface XSimpleTabController : com::sun::star::uno::XInterface
{
- /** create a new tab and return an unique ID,
+ /** create a new tab and return a unique ID,
which can be used further to address this tab by using other methods
of this interface.
@return [long
- an unique ID for this new tab.
+ a unique ID for this new tab.
*/
long insertTab();