summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-25 11:55:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-26 09:42:06 +0200
commit2078dbdbf265b77b7e09b84527258b1a5fb9af93 (patch)
treea289105098cb517ae818fb23f076e23c27fa050f /sc/source/ui/vba/vbarange.hxx
parent7d5499c5e1bae536fe54434ff95e1fbbd2e3361d (diff)
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@yahoo.fr>
Diffstat (limited to 'sc/source/ui/vba/vbarange.hxx')
-rw-r--r--sc/source/ui/vba/vbarange.hxx2
1 files changed, 1 insertions, 1 deletions
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 );