Fix typo
Change-Id: I5d7c48261ddf6f36c35c8ee84e7bc98f32dd83bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169177 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
e9cc36ab10
commit
c499b6af56
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public struct Any
|
|||
}
|
||||
|
||||
/** sets the type and value.
|
||||
<p>If the arguments ar invalid then an exception is thrown.</p>
|
||||
<p>If the arguments are invalid then an exception is thrown.</p>
|
||||
@exception System.Exception
|
||||
*/
|
||||
public void setValue(Type type, object value)
|
||||
|
|
Loading…
Reference in a new issue