sc/source/ui/unoobj/funcuno.cxx | 2 +- sc/util/sc.component | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit efca4cfd16936ecd0b795967e3f0e95c812f36e3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 25 13:23:45 2020 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sat Sep 26 14:38:10 2020 +0200 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 <sberg...@redhat.com> diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx index 89ea794a3583..6f26b0b04c85 100644 --- a/sc/source/ui/unoobj/funcuno.cxx +++ b/sc/source/ui/unoobj/funcuno.cxx @@ -198,7 +198,7 @@ void ScFunctionAccess::Notify( SfxBroadcaster&, const SfxHint& rHint ) } extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* -ScFunctionAcceess_get_implementation(css::uno::XComponentContext*, css::uno::Sequence<css::uno::Any> const &) +ScFunctionAccess_get_implementation(css::uno::XComponentContext*, css::uno::Sequence<css::uno::Any> const &) { SolarMutexGuard aGuard; ScDLL::Init(); 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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits