Fixed as of r1591100, thanks!.
Sorry, I knew some of this could happen.
Unfortunately AOO is broken with FreeBSD 10+ (clang/libc++ has bridge
issues) so
my testing was limited. It also means I won't be doing much AOO in a while.
Pedro.
On 04/29/14 15:46, Ariel Constenla-Haile wrote:
On Tue, Apr 29, 2014 at 07:12:03PM -0000, p...@apache.org wrote:
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=1591060&r1=1591059&r2=1591060&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 19:11:53 2014
@@ -41,21 +41,21 @@ module com { module sun { module star
//============================================================================
-/** 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 );
+ void committed( [in] com::sun::star::lang::EventObject aEvent );
This breaks the build and is an incompatible change in a published API.
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org