summaryrefslogtreecommitdiff
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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/NotLockedException.idl b/offapi/com/sun/star/util/NotLockedException.idl
index 4ecde80eafb9..a5eedcba54b4 100644
--- a/offapi/com/sun/star/util/NotLockedException.idl
+++ b/offapi/com/sun/star/util/NotLockedException.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module util {
/** is raised when attempt is made to unlock a lockable component which actually is not locked.
*/
-published exception NotLockedException : ::com::sun::star::util::InvalidStateException
+exception NotLockedException : ::com::sun::star::util::InvalidStateException
{
};