summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:45:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:45:08 +0000
commit562029a3947b28683d2d51cc9f0498df47f03b5a (patch)
tree4bbbecb11062b5f4e19433fce4487b1d82ae384a /offapi/com/sun/star/awt
parent8d4223f3d840ed78c95b8d3481c3b968158c4a54 (diff)
INTEGRATION: CWS sb18 (1.6.406); FILE MERGED
2004/05/21 14:56:17 sb 1.6.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XTextComponent.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XTextComponent.idl b/offapi/com/sun/star/awt/XTextComponent.idl
index 08be3deb6f44..b24ca5cf672c 100644
--- a/offapi/com/sun/star/awt/XTextComponent.idl
+++ b/offapi/com/sun/star/awt/XTextComponent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextComponent.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:01:13 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:45:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@
/** gives access to the text of a component and makes it possible
to register event listeners.
*/
-interface XTextComponent: com::sun::star::uno::XInterface
+published interface XTextComponent: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------