diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:23:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:58:05 +0100 |
commit | 65f620c99ae177efdf06993561ac019663ce74fd (patch) | |
tree | 22bdf6d9530fc774965dfec7749393f7f877cc9e /offapi | |
parent | b7c89c53a0769236c67f8802f63eab6e5b94560b (diff) |
Typo: execption -> exception
Change-Id: Ib57e0cc39c27595490e29dec46cc6d33067c34b5
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ucb/Content.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index 0789870cdccc..a2cedb24ed2f 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -150,7 +150,7 @@ published service Content <li>com::sun::star::lang::IllegalArgumentException indicates, that the property value is not acceptable. For instance, setting an empty title may be illegal.</li> - <li>Any other execption derived from com::sun::star::uno::Exception + <li>Any other exception derived from com::sun::star::uno::Exception indicates, that the value was not set successfully. For example, this can be a InteractiveAugmentedIOException transporting the error code IOErrorCode::ACCESS_DENIED.</li> |