From 4e8358b5e331c40b1b1a9422fcda11056be279a8 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 20:41:22 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.5.328); FILE MERGED 2004/05/21 15:01:36 sb 1.5.328.1: #i21150# Added published flag. --- offapi/com/sun/star/sdb/RowSetVetoException.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/offapi/com/sun/star/sdb/RowSetVetoException.idl b/offapi/com/sun/star/sdb/RowSetVetoException.idl index 00802c55cd0f..94f532228e23 100644 --- a/offapi/com/sun/star/sdb/RowSetVetoException.idl +++ b/offapi/com/sun/star/sdb/RowSetVetoException.idl @@ -2,9 +2,9 @@ * * $RCSfile: RowSetVetoException.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:55:04 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:41:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ of a veto of an approved listener. @see com::sun::star::sdb::XRowSetApproveListener */ -exception RowSetVetoException: com::sun::star::sdbc::SQLException +published exception RowSetVetoException: com::sun::star::sdbc::SQLException { };