Author: pfg
Date: Tue Apr 29 20:51:14 2014
New Revision: 1591100

URL: http://svn.apache.org/r1591100
Log:
Fix build after too happy script renamed a function.

The spelling issue is real but we can't really start renaming functions in 
the API.

Reported by:    arielch



Modified:
    openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl

Modified: 
openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl?rev=1591100&r1=1591099&r2=1591100&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl 
(original)
+++ openoffice/trunk/main/offapi/com/sun/star/embed/XTransactionListener.idl 
Tue Apr 29 20:51:14 2014
@@ -55,7 +55,7 @@ published interface XTransactionListener
        
//------------------------------------------------------------------------
        /** is called after the object is committed.
         */
-       void committed( [in] com::sun::star::lang::EventObject aEvent ); 
+       void commited( [in] com::sun::star::lang::EventObject aEvent ); 
 
        
//------------------------------------------------------------------------
        /** is called just before the object is reverted.


Reply via email to