summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:52:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:52:18 +0000
commitbefbbadd6d73ff9c993538d09acf7df38640055c (patch)
tree860eb50db96e0836615e2bd556231e914d5f22b3
parentd19e98c51058d72688e5cd2e8812006227100f7b (diff)
INTEGRATION: CWS tbe4 (1.8.46); FILE MERGED
2003/06/23 13:17:01 tbe 1.8.46.1: #56751# IDL review
-rw-r--r--offapi/com/sun/star/awt/TabControllerModel.idl13
1 files changed, 6 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/TabControllerModel.idl b/offapi/com/sun/star/awt/TabControllerModel.idl
index dcc8a9c58ee6..d47332d95b70 100644
--- a/offapi/com/sun/star/awt/TabControllerModel.idl
+++ b/offapi/com/sun/star/awt/TabControllerModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TabControllerModel.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 10:00:52 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:52:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,22 +69,21 @@
#include <com/sun/star/io/XPersistObject.idl>
#endif
+
//=============================================================================
module com { module sun { module star { module awt {
-
//=============================================================================
-/** specifies the standard model of an <type>TabController</type>.
+/** specifies a standard tab controller model.
*/
service TabControllerModel
{
- // DocMerge: empty anyway
- interface XTabControllerModel;
+ interface com::sun::star::awt::XTabControllerModel;
- // DocMerge: empty anyway
interface com::sun::star::io::XPersistObject;
+
};
//=============================================================================