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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 26 07:42:45 UTC 2020


 sc/source/ui/vba/vbarange.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2078dbdbf265b77b7e09b84527258b1a5fb9af93
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 25 11:55:07 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 26 09:42:06 2020 +0200

    Fix typo in code
    
    It passed "make check" on Linux
    
    Change-Id: I01fc9d96c9850c67d8eac65ed2cb2a76fed7706c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103447
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx
index 76cccdb5e1bb..f2ecc43a8e2d 100644
--- a/sc/source/ui/vba/vbarange.hxx
+++ b/sc/source/ui/vba/vbarange.hxx
@@ -83,7 +83,7 @@ class ScVbaRange : public ScVbaRange_BASE
     double getCalcColWidth(const css::table::CellRangeAddress&);
     /// @throws css::uno::RuntimeException
     double getCalcRowHeight(const css::table::CellRangeAddress&);
-    void visitArray( ArrayVisitor& vistor );
+    void visitArray( ArrayVisitor& visitor );
 
     /// @throws css::uno::RuntimeException
     css::uno::Reference< ov::excel::XRange > getEntireColumnOrRow( bool bColumn );


More information about the Libreoffice-commits mailing list