diff options
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl')
-rw-r--r-- | offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl b/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl index 268082f222f3..bde18ef43212 100644 --- a/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl +++ b/offapi/com/sun/star/ucb/InteractiveLockingLockedException.idl @@ -33,8 +33,8 @@ module com { module sun { module star { module ucb { { /** The owner of the lock. - <true/>, the lock has been obtained by this OOo session. - <false/> the lock has been obtained by another principal. + `TRUE`, the lock has been obtained by this OOo session. + `FALSE` the lock has been obtained by another principal. */ boolean SelfOwned; }; |