summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/XTransactedObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XTransactedObject.idl')
-rw-r--r--offapi/com/sun/star/embed/XTransactedObject.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XTransactedObject.idl b/offapi/com/sun/star/embed/XTransactedObject.idl
index 16e6d41aeea2..684ff9bf17c1 100644
--- a/offapi/com/sun/star/embed/XTransactedObject.idl
+++ b/offapi/com/sun/star/embed/XTransactedObject.idl
@@ -23,16 +23,13 @@
#include <com/sun/star/io/IOException.idl>
#include <com/sun/star/lang/WrappedTargetException.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** allows transacted access to an object.
*/
published interface XTransactedObject: com::sun::star::uno::XInterface
{
- // -----------------------------------------------------------------------
/** commits the changes made for object.
*/
void commit()
@@ -47,7 +44,6 @@ published interface XTransactedObject: com::sun::star::uno::XInterface
::com::sun::star::lang::WrappedTargetException );
};
-//============================================================================
}; }; }; };