summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:50:18 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:50:18 +0000
commit87a79eec41039c28e58031a980837e3809461986 (patch)
tree2538ca019cab0c5fc9550b687df77d7ac05713e1 /offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
parent78f7d5f04adc708e396ae926340518afa4ffa4a8 (diff)
INTEGRATION: CWS qiq (1.8.118); FILE MERGED
2006/05/10 11:53:30 fs 1.8.118.1: make parameter names conform to UNO naming conventions
Diffstat (limited to 'offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl b/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
index 7f02b591cf83..4c33e34a8ad3 100644
--- a/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
+++ b/offapi/com/sun/star/sdb/XSQLErrorBroadcaster.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XSQLErrorBroadcaster.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:31:15 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:50:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,7 @@ published interface XSQLErrorBroadcaster: com::sun::star::uno::XInterface
@param com::sun::star::sdb::XSQLErrorListener
*/
[oneway] void addSQLErrorListener(
- [in]XSQLErrorListener _rListener );
+ [in]XSQLErrorListener Listener );
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::sdb::XSQLErrorBroadcaster::removeSQLErrorListener
@@ -68,7 +68,7 @@ published interface XSQLErrorBroadcaster: com::sun::star::uno::XInterface
@param com::sun::star::sdb::XSQLErrorListener
*/
[oneway] void removeSQLErrorListener(
- [in]XSQLErrorListener _rListener );
+ [in]XSQLErrorListener Listener );
};
//=============================================================================