diff options
Diffstat (limited to 'offapi/com/sun/star/util/XLockable.idl')
-rwxr-xr-x | offapi/com/sun/star/util/XLockable.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XLockable.idl b/offapi/com/sun/star/util/XLockable.idl index 5616a42c2..0e52cc96c 100755 --- a/offapi/com/sun/star/util/XLockable.idl +++ b/offapi/com/sun/star/util/XLockable.idl @@ -31,7 +31,7 @@ //================================================================================================================== -module com { module sun { module star { module util { +module com { module sun { module star { module util { //================================================================================================================== @@ -41,7 +41,7 @@ module com { module sun { module star { module util { pairs. As long as there has been one more call to <code>lock</code> than to <code>unlock</code>, the component is considered locked, which is reflected by <member>isLocked</member> returning <TRUE/>.</p> */ -interface XLockable +published interface XLockable { /** locks</a> the component @@ -54,7 +54,7 @@ interface XLockable @throws NotLockedException if the component is not currently locked. - + @see lock @see isLocked */ |