offapi/com/sun/star/sheet/XSolverSettings.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4ae702d6757454fb5c9b3ac904a9b25e955875ae Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 27 18:59:38 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Sep 27 23:27:40 2024 +0200 Fix typo Change-Id: Ie14012caf6bb97c779e647c84ea7d5bbb576f24d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174059 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/offapi/com/sun/star/sheet/XSolverSettings.idl b/offapi/com/sun/star/sheet/XSolverSettings.idl index 2291a27768a4..5f7444c0ac85 100644 --- a/offapi/com/sun/star/sheet/XSolverSettings.idl +++ b/offapi/com/sun/star/sheet/XSolverSettings.idl @@ -71,7 +71,7 @@ interface XSolverSettings: com::sun::star::uno::XInterface */ [attribute, readonly] string ErrorMessage; - /** Set this attrivute to True to suppress dialogs shown the method "solve()" + /** Set this attribute to True to suppress dialogs shown the method "solve()" */ [attribute] boolean SuppressDialog;