summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XTransactionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XTransactionListener.idl')
-rw-r--r--offapi/com/sun/star/embed/XTransactionListener.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/XTransactionListener.idl b/offapi/com/sun/star/embed/XTransactionListener.idl
index 65dad92540f6..4133e5977a24 100644
--- a/offapi/com/sun/star/embed/XTransactionListener.idl
+++ b/offapi/com/sun/star/embed/XTransactionListener.idl
@@ -41,19 +41,19 @@ module com { module sun { module star { module embed {
//============================================================================
-/** makes it possible to receive events when a transacted object is commited
+/** makes it possible to receive events when a transacted object is committed
or reverted.
*/
published interface XTransactionListener: com::sun::star::lang::XEventListener
{
//------------------------------------------------------------------------
- /** is called just before the object is commited.
+ /** is called just before the object is committed.
*/
void preCommit( [in] com::sun::star::lang::EventObject aEvent )
raises( ::com::sun::star::uno::Exception );
//------------------------------------------------------------------------
- /** is called after the object is commited.
+ /** is called after the object is committed.
*/
void commited( [in] com::sun::star::lang::EventObject aEvent );