diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-25 13:23:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-26 14:38:10 +0200 |
commit | efca4cfd16936ecd0b795967e3f0e95c812f36e3 (patch) | |
tree | 1da3bed1a24331712a3a97a5cb0778f176d156e8 /sc/util | |
parent | 2eca3d2b0ab3fcd6a3bce15f3b68235d14921feb (diff) |
Fix typo in code
It passed "make check" on Linux
Change-Id: I16853a42b0f80fd09dce42971f6d165edbf2a5be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103461
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/sc.component | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/util/sc.component b/sc/util/sc.component index 7f40cc642113..d813ff25cd9e 100644 --- a/sc/util/sc.component +++ b/sc/util/sc.component @@ -92,7 +92,7 @@ <service name="com.sun.star.sheet.TableAutoFormats"/> </implementation> <implementation name="stardiv.StarCalc.ScFunctionAccess" - constructor="ScFunctionAcceess_get_implementation"> + constructor="ScFunctionAccess_get_implementation"> <service name="com.sun.star.sheet.FunctionAccess"/> </implementation> <implementation name="stardiv.StarCalc.ScFunctionListObj" |