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

Jens Carl (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 25 06:09:09 UTC 2020


 sc/source/ui/unoobj/cellsuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5f81b90629c5f3bd733f862d17a57c251acc291
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sun Feb 23 22:32:51 2020 -0800
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Feb 25 07:08:28 2020 +0100

    Fix typo
    
    Change-Id: If3ba0858340e66294eff8aeec58f6252ce1e6227
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89406
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 89cd63a9144d..f8fb4d6fc847 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -3215,7 +3215,7 @@ void SAL_CALL ScCellRangesBase::setColumnDescriptions(
 void ScCellRangesBase::ForceChartListener_Impl()
 {
     //  call Update immediately so the caller to setData etc. can
-    //  regognize the listener call
+    //  recognize the listener call
 
     if (!pDocShell)
         return;


More information about the Libreoffice-commits mailing list