summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-12 15:26:34 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-12 15:26:34 +0000
commitdfeefcbd24211c75fbb07b4c8772c75159094285 (patch)
tree4f6073458d3cc2565e1d4c8f8eb2df8c703f01b5 /offapi/com/sun
parenta24c2d2b20b819bb358d2ad45bb9e9790be95c51 (diff)
ooops .... corrected the name of the SQLException property
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/sdb/ErrorMessageDialog.idl9
1 files changed, 6 insertions, 3 deletions
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.</p>
<p>This property can't be set while the dialog is beeing displayed.</p>
*/
- [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
+ *
************************************************************************/