diff options
Diffstat (limited to 'offapi/com/sun/star/util/NotLockedException.idl')
-rwxr-xr-x | offapi/com/sun/star/util/NotLockedException.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/NotLockedException.idl b/offapi/com/sun/star/util/NotLockedException.idl index a8865c25b..9819fde69 100755 --- a/offapi/com/sun/star/util/NotLockedException.idl +++ b/offapi/com/sun/star/util/NotLockedException.idl @@ -31,13 +31,13 @@ //================================================================================================================== -module com { module sun { module star { module util { +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 { }; |