summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XSelectionChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XSelectionChangeListener.idl')
-rw-r--r--offapi/com/sun/star/view/XSelectionChangeListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/view/XSelectionChangeListener.idl b/offapi/com/sun/star/view/XSelectionChangeListener.idl
index 4eaf62677c0f..d1da7e5c5c7c 100644
--- a/offapi/com/sun/star/view/XSelectionChangeListener.idl
+++ b/offapi/com/sun/star/view/XSelectionChangeListener.idl
@@ -41,7 +41,7 @@ published interface XSelectionChangeListener: com::sun::star::lang::XEventListen
<member scope="com::sun::star::lang">EventObject::Source</member>.
*/
- [oneway] void selectionChanged( [in] com::sun::star::lang::EventObject aEvent );
+ void selectionChanged( [in] com::sun::star::lang::EventObject aEvent );
};