summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/NotLockedException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/NotLockedException.idl')
-rw-r--r--offapi/com/sun/star/util/NotLockedException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/NotLockedException.idl b/offapi/com/sun/star/util/NotLockedException.idl
index a5eedcba54b4..3c3632a181a7 100644
--- a/offapi/com/sun/star/util/NotLockedException.idl
+++ b/offapi/com/sun/star/util/NotLockedException.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/util/InvalidStateException.idl>
-//==================================================================================================================
module com { module sun { module star { module util {
-//==================================================================================================================
/** is raised when attempt is made to unlock a lockable component which actually is not locked.
*/
@@ -42,11 +40,9 @@ exception NotLockedException : ::com::sun::star::util::InvalidStateException
{
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif