summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl')
-rw-r--r--offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl b/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl
index e97a776cefc1..f805f2c4da37 100644
--- a/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl
+++ b/offapi/com/sun/star/document/OwnLockOnDocumentRequest.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/beans/PropertyValue.idl>
#include <com/sun/star/frame/XModel.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** Is used for interaction handle to query user decision regarding locked
document.
@@ -48,7 +46,6 @@ published exception OwnLockOnDocumentRequest : ::com::sun::star::uno::Exception
boolean IsStoring;
};
-//=============================================================================
}; }; }; };