From dfeefcbd24211c75fbb07b4c8772c75159094285 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Mon, 12 Mar 2001 15:26:34 +0000 Subject: ooops .... corrected the name of the SQLException property --- offapi/com/sun/star/sdb/ErrorMessageDialog.idl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl index 3892e2782d9c..47c9911f9bfb 100644 --- a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl +++ b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl @@ -2,9 +2,9 @@ * * $RCSfile: ErrorMessageDialog.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fs $ $Date: 2001-02-20 14:32:46 $ + * last change: $Author: fs $ $Date: 2001-03-12 16:26:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,7 +111,7 @@ service ErrorMessageDialog of any classe derived from this exception.

This property can't be set while the dialog is beeing displayed.

*/ - [property] any bla; + [property] any SQLException; /** allows access to the properties of the object */ @@ -158,5 +158,8 @@ service ErrorMessageDialog /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.1 2001/02/20 14:32:46 fs + * initial checkin - service description for the ErrorMessageDialog + * ************************************************************************/ -- cgit