From 2c137c8c0e1cdd77c92fc6abb193b6cf142c8b8f Mon Sep 17 00:00:00 2001 From: Malte Timmermann Date: Fri, 20 Apr 2001 08:05:15 +0000 Subject: [PATCH] BugFix: State DONTKNOW is invalid --- offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl index 51e3f307360b..a7e6bddf6202 100644 --- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl +++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: UnoControlRadioButtonModel.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mt $ $Date: 2001-03-23 14:40:26 $ + * last change: $Author: mt $ $Date: 2001-04-20 09:05:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,7 +128,6 @@ service UnoControlRadioButtonModel
         0: not checked
         1: checked
-        2: don't know
         
*/ [property] short State; @@ -168,6 +167,9 @@ service UnoControlRadioButtonModel /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2001/03/23 14:40:26 mt + Added HelpURL and HelpText + Revision 1.3 2000/11/08 12:42:11 mi moved from api