diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-28 12:58:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-29 11:24:02 +0200 |
commit | e58ec8cecccb214e0124e80a4b83f0667d0a830c (patch) | |
tree | 2e7988c09cc051ce2013354f5900213eaad0a568 /offapi | |
parent | 9597e177dc24d9975bb94906afb4757ea797905a (diff) |
Fix typo in code
It passed "make check" on Linux
Change-Id: I28c727895fdaf3660d3aceb03ddd50b36c80801e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101605
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl index 1e56b23fb882..6acb2487ea17 100644 --- a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl +++ b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl @@ -43,11 +43,11 @@ service PackageManagerDialog : com::sun::star::ui::dialogs::XAsynchronousExecuta @param xParent parent window - @param focussedContext + @param focusedContext context to be focused */ create( [in] com::sun::star::awt::XWindow xParent, - [in] string focussedContext ); + [in] string focusedContext ); /** Create a GUI and pass the URL of the extension which shall be installed right away. This constructor is intended for the case when unopkg is run as result of |