#101754# make the StrictFormat property optional

This commit is contained in:
Frank Schönheit 2002-07-29 11:31:19 +00:00
parent d373519cbe
commit 25dc41eaaf

View file

@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlFormattedFieldModel.idl,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: mt $ $Date: 2001-03-23 14:40:26 $
* last change: $Author: fs $ $Date: 2002-07-29 12:31:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -204,8 +204,11 @@ service UnoControlFormattedFieldModel
//-------------------------------------------------------------------------
/** specifies that the text is checked during the input.
<p>This property is optional - not every component implementing this service is required to
provide it, as real-time input checking on a formatted field may be pretty expensive.</p>
*/
[property] boolean StrictFormat;
[optional, property] boolean StrictFormat;
//-------------------------------------------------------------------------
@ -246,6 +249,18 @@ service UnoControlFormattedFieldModel
/*=============================================================================
$Log: not supported by cvs2svn $
<<<<<<< UnoControlFormattedFieldModel.idl
=======
Revision 1.2.16.2 2002/07/29 12:30:32 fs
#101754# make the StrictFormat property optional
Revision 1.2.16.1 2002/03/04 11:19:00 fs
#97386# moved the DefaultControl property to the basic service (UnoControlModel)
>>>>>>> 1.2.16.2
Revision 1.2 2001/03/23 14:40:26 mt
Added HelpURL and HelpText
Revision 1.1 2001/02/20 14:04:19 fs
initial checkin - service description for a formatted field