[Libreoffice-commits] core.git: sc/source sc/util

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 26 12:38:53 UTC 2020


 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.gelmini at gelma.net>
AuthorDate: Fri Sep 25 13:23:45 2020 +0200
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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"


More information about the Libreoffice-commits mailing list