diff options
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl')
-rw-r--r-- | offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl b/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl index f97ba00fc..be6b25c3f 100644 --- a/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl +++ b/offapi/com/sun/star/ucb/InteractiveLockingNotLockedException.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_ucb_InteractiveLockingNotLockedException_idl__ #define __com_sun_star_ucb_InteractiveLockingNotLockedException_idl__ -#ifndef __com_sun_star_ucb_InteractiveLockingException_idl__ #include <com/sun/star/ucb/InteractiveLockingException.idl> -#endif //============================================================================= @@ -39,7 +37,7 @@ module com { module sun { module star { module ucb { //============================================================================= /** An error indicating that the resource is not locked. - <p>This error for instance can occure when trying to unlock a resource + <p>This error for instance can occur when trying to unlock a resource that is not locked. </p> |