diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-09-27 19:05:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-09-27 23:26:24 +0200 |
commit | 131ad0b930e756782450c3348128bc1c1eee4d53 (patch) | |
tree | 9afecf408499124fa7347af8468f76ad2c6e1658 /sc | |
parent | 6762578ee5d9c0b7670c5feea5b837130308a1be (diff) |
Fix typo
Change-Id: I86f217216acffcd020b3e08e3cc90a87d62cd5cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174064
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/unoobj/solveruno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/solveruno.cxx b/sc/source/ui/unoobj/solveruno.cxx index 69a8396480fb..b4472874d0ff 100644 --- a/sc/source/ui/unoobj/solveruno.cxx +++ b/sc/source/ui/unoobj/solveruno.cxx @@ -326,7 +326,7 @@ uno::Any SAL_CALL ScSolverSettings::getGoalValue() if (bValid) return uno::Any(fValue); - // If the conversion was not successfull, return "empty" + // If the conversion was not successful, return "empty" return uno::Any(); } |