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:
Andrea Gelmini 2024-06-18 23:07:53 +02:00 committed by Julien Nabet
parent e9cc36ab10
commit c499b6af56

View file

@ -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)