summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XUndoAction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XUndoAction.idl')
-rw-r--r--offapi/com/sun/star/document/XUndoAction.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XUndoAction.idl b/offapi/com/sun/star/document/XUndoAction.idl
index f8cf101e77a9..0eeba373fbce 100644
--- a/offapi/com/sun/star/document/XUndoAction.idl
+++ b/offapi/com/sun/star/document/XUndoAction.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/document/UndoFailedException.idl>
-//==================================================================================================================
module com { module sun { module star { module document {
-//==================================================================================================================
/** represents a single (undoable) action on a document
*/
@@ -68,11 +66,9 @@ interface XUndoAction
[attribute, readonly] string Title;
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif