summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XGridSelectionListener.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridSelectionListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
index f4b0ad40b729..2ef8d8eab032 100644
--- a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
@@ -34,7 +34,7 @@ published interface XGridSelectionListener: com::sun::star::lang::XEventListener
{
/** Invoked after a selection was changed.
*/
- [oneway] void selectionChanged( [in] GridSelectionEvent gridSelectionEvent);
+ void selectionChanged( [in] GridSelectionEvent gridSelectionEvent);
};