diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 00:30:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-19 09:43:14 +0200 |
commit | 5c35913309120038b6c6385854a9fd97b3ee76d2 (patch) | |
tree | 6e16e6160000ee709f8a623835492e5a4f40aeb1 /offapi | |
parent | 4ca566f215c8bd246351360ae7e3c943f2e9bf9a (diff) |
Fix typos
Change-Id: I0b5182a3cec87ee44b7467d6e8e3d1c21ce93ac2
Reviewed-on: https://gerrit.libreoffice.org/77680
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/deployment/XPackageRegistry.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl index f2a05197a6c3..2251762b70d8 100644 --- a/offapi/com/sun/star/deployment/XPackageRegistry.idl +++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl @@ -61,7 +61,7 @@ interface XPackageRegistry <code>url</code> but different <code>mediaType</code> (the exception is, if previously an empty string was provided to cause the determination of the media type) or <code>removed</code> parameters will cause an - exception. An com::sun::star::lang::IllegalArgumentException will be + exception. A com::sun::star::lang::IllegalArgumentException will be thrown in case of a different <code>mediaType</code> parameter and a InvalidRemovedParameterException is thrown if the <code>removed</code> parameter is different. |