summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XModeChangeApproveListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XModeChangeApproveListener.idl')
-rw-r--r--offapi/com/sun/star/util/XModeChangeApproveListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/XModeChangeApproveListener.idl b/offapi/com/sun/star/util/XModeChangeApproveListener.idl
index d479321b4bc3..dc1cec631b2a 100644
--- a/offapi/com/sun/star/util/XModeChangeApproveListener.idl
+++ b/offapi/com/sun/star/util/XModeChangeApproveListener.idl
@@ -44,7 +44,7 @@ published interface XModeChangeApproveListener : com::sun::star::lang::XEventLis
@throws VetoException
when the mode change is vetoed
*/
- void approveModeChange( [in] ModeChangeEvent _rSource )
+ void approveModeChange( [in] ModeChangeEvent rSource )
raises ( VetoException );
};