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')
-rwxr-xr-xoffapi/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 b0917e0bdca6..9819fde69afd 100755
--- a/offapi/com/sun/star/util/NotLockedException.idl
+++ b/offapi/com/sun/star/util/NotLockedException.idl
@@ -37,7 +37,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.
*/
-exception NotLockedException : ::com::sun::star::util::InvalidStateException
+published exception NotLockedException : ::com::sun::star::util::InvalidStateException
{
};