summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XDocumentAuditing.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDocumentAuditing.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDocumentAuditing.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XDocumentAuditing.idl b/offapi/com/sun/star/sheet/XDocumentAuditing.idl
index 1379e8e3b136..b3be8763ec06 100644
--- a/offapi/com/sun/star/sheet/XDocumentAuditing.idl
+++ b/offapi/com/sun/star/sheet/XDocumentAuditing.idl
@@ -22,17 +22,14 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides auditing functions of a document.
*/
published interface XDocumentAuditing: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** refreshes all existing auditing arrows on all sheets of the
document.
@@ -44,7 +41,6 @@ published interface XDocumentAuditing: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };