summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/binding/ListEntryEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding/ListEntryEvent.idl')
-rw-r--r--offapi/com/sun/star/form/binding/ListEntryEvent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/binding/ListEntryEvent.idl b/offapi/com/sun/star/form/binding/ListEntryEvent.idl
index 046888d7b8cc..d5911ffec37a 100644
--- a/offapi/com/sun/star/form/binding/ListEntryEvent.idl
+++ b/offapi/com/sun/star/form/binding/ListEntryEvent.idl
@@ -39,14 +39,14 @@ module com { module sun { module star { module form { module binding {
//=============================================================================
/** specifies the event which is notified when a change in a string entry
- list occured
+ list occurred
@see XListEntrySource
@see XListEntryListener
*/
struct ListEntryEvent : com::sun::star::lang::EventObject
{
- /** denotes the position where a change occured.
+ /** denotes the position where a change occurred.
<p>The concrete semantics of the value depends on the concrete
event being notified.</p>