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 1a6fde0a565d..6fa6f9cbca02 100644
--- a/offapi/com/sun/star/embed/XTransactionListener.idl
+++ b/offapi/com/sun/star/embed/XTransactionListener.idl
@@ -29,17 +29,17 @@
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 );