summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-09-05 13:20:43 +0000
committerMalte Timmermann <mt@openoffice.org>2002-09-05 13:20:43 +0000
commitfc9542ab97de5cf62ac5254e9041380dbc6e46b4 (patch)
tree3f0ba949815808a5aa43a1c809fc7b67554c1c2d /offapi
parent41f7bfea17973c8a243d7acce87f302978503659 (diff)
#93035# Spec: Max text len will only be considered in user interactions
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XTextComponent.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XTextComponent.idl b/offapi/com/sun/star/awt/XTextComponent.idl
index 0a738c5ef..3ad0ffe17 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:13 $
+ * last change: $Author: mt $ $Date: 2002-09-05 14:20:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -164,7 +164,8 @@ interface XTextComponent: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::awt::XTextComponent::setMaxTextLen
- /** sets the maximum text length.
+ /** specifies the maximum character count; 0 means no limit.
+ Value will only be considered on user interactions, not when changing the text via API.
*/
[oneway] void setMaxTextLen( [in] short nLen );
@@ -185,6 +186,9 @@ interface XTextComponent: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:13 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:42:11 mi
moved from api