[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 4 01:37:06 UTC 2019
sc/source/ui/vba/vbaaxis.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fe95540f73ce05a0c2b996bf84557f1d314b21a4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:11 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat May 4 03:36:24 2019 +0200
Fix typo
Change-Id: I4aa1d3cfb9a80b6ee0c557c98e65bb511913a5ee
Reviewed-on: https://gerrit.libreoffice.org/71779
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/sc/source/ui/vba/vbaaxis.cxx b/sc/source/ui/vba/vbaaxis.cxx
index 9a8eb9598478..01e04725c350 100644
--- a/sc/source/ui/vba/vbaaxis.cxx
+++ b/sc/source/ui/vba/vbaaxis.cxx
@@ -568,7 +568,7 @@ ScVbaAxis::setScaleType( ::sal_Int32 _nScaleType )
mxPropertySet->setPropertyValue("Logarithmic", uno::makeAny( true ) );
break;
default:
- // According to MS the paramenter is ignored and no Error is thrown
+ // According to MS the parameter is ignored and no Error is thrown
break;
}
}
More information about the Libreoffice-commits
mailing list