summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSQLErrorListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XSQLErrorListener.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSQLErrorListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/XSQLErrorListener.idl b/offapi/com/sun/star/sdb/XSQLErrorListener.idl
index 406d81f5515f..fa565e0a6646 100644
--- a/offapi/com/sun/star/sdb/XSQLErrorListener.idl
+++ b/offapi/com/sun/star/sdb/XSQLErrorListener.idl
@@ -44,7 +44,7 @@ published interface XSQLErrorListener: com::sun::star::lang::XEventListener
<type scope="com::sun::star::sdbc">SQLException</type>
is thrown to the application.
@param aEvent
- the event which occured
+ the event which occurred
*/
void errorOccured([in]com::sun::star::sdb::SQLErrorEvent aEvent);
};