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.idl56
1 files changed, 28 insertions, 28 deletions
diff --git a/offapi/com/sun/star/embed/XTransactionListener.idl b/offapi/com/sun/star/embed/XTransactionListener.idl
index 89e80956cf11..57b172574a78 100644
--- a/offapi/com/sun/star/embed/XTransactionListener.idl
+++ b/offapi/com/sun/star/embed/XTransactionListener.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,32 +24,32 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_embed_XTransactionListener_idl__
-#define __com_sun_star_embed_XTransactionListener_idl__
-
-#ifndef __com_sun_star_lang_XEventListener_idl__
-#include <com/sun/star/lang/XEventListener.idl>
-#endif
-
-#ifndef __com_sun_star_lang_EventObject_idl__
-#include <com/sun/star/lang/EventObject.idl>
-#endif
-
-#ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl>
-#endif
-
+#ifndef __com_sun_star_embed_XTransactionListener_idl__
+#define __com_sun_star_embed_XTransactionListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
//============================================================================
-
-module com { module sun { module star { module embed {
-
+
+module com { module sun { module star { module embed {
+
//============================================================================
-
+
/** makes it possible to receive events when a transacted object is commited
or reverted.
*/
published interface XTransactionListener: com::sun::star::lang::XEventListener
-{
+{
//------------------------------------------------------------------------
/** is called just before the object is commited.
*/
@@ -59,7 +59,7 @@ published interface XTransactionListener: com::sun::star::lang::XEventListener
//------------------------------------------------------------------------
/** is called after the object is commited.
*/
- void commited( [in] com::sun::star::lang::EventObject aEvent );
+ void commited( [in] com::sun::star::lang::EventObject aEvent );
//------------------------------------------------------------------------
/** is called just before the object is reverted.
@@ -70,12 +70,12 @@ published interface XTransactionListener: com::sun::star::lang::XEventListener
//------------------------------------------------------------------------
/** is called after the object is reverted.
*/
- void reverted( [in] com::sun::star::lang::EventObject aEvent );
-};
-
+ void reverted( [in] com::sun::star::lang::EventObject aEvent );
+};
+
//============================================================================
-
-}; }; }; };
-
+
+}; }; }; };
+
#endif