[Libreoffice-commits] core.git: include/test sc/qa test/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 26 13:39:21 UTC 2020
include/test/sheet/xcalculatable.hxx | 2 +-
sc/qa/extras/scmodelobj.cxx | 2 +-
test/source/sheet/xcalculatable.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2c7bed21f45174833bf2b7d2598b008062917c65
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 26 13:33:56 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 26 15:38:46 2020 +0200
Fix typo in code
Change-Id: I4709f3fd11c8d5800efab65b6f9533cbad3ffe78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92927
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/test/sheet/xcalculatable.hxx b/include/test/sheet/xcalculatable.hxx
index 7978fe42acdc..94614768ef15 100644
--- a/include/test/sheet/xcalculatable.hxx
+++ b/include/test/sheet/xcalculatable.hxx
@@ -27,7 +27,7 @@ public:
void testCalculate();
void testCalculateAll();
- void testEnableAutomaticCaclulation();
+ void testEnableAutomaticCalculation();
protected:
~XCalculatable() {}
diff --git a/sc/qa/extras/scmodelobj.cxx b/sc/qa/extras/scmodelobj.cxx
index b939d7558cff..48b050b1134b 100644
--- a/sc/qa/extras/scmodelobj.cxx
+++ b/sc/qa/extras/scmodelobj.cxx
@@ -56,7 +56,7 @@ public:
// XCalculatable
CPPUNIT_TEST(testCalculate);
CPPUNIT_TEST(testCalculateAll);
- CPPUNIT_TEST(testEnableAutomaticCaclulation);
+ CPPUNIT_TEST(testEnableAutomaticCalculation);
// XConsolidatable
CPPUNIT_TEST(testCreateConsolidationDescriptor);
diff --git a/test/source/sheet/xcalculatable.cxx b/test/source/sheet/xcalculatable.cxx
index a63669b1727d..44c20153401c 100644
--- a/test/source/sheet/xcalculatable.cxx
+++ b/test/source/sheet/xcalculatable.cxx
@@ -22,7 +22,7 @@ using namespace com::sun::star::uno;
namespace apitest
{
-void XCalculatable::testEnableAutomaticCaclulation()
+void XCalculatable::testEnableAutomaticCalculation()
{
uno::Reference<sheet::XCalculatable> xCalculatable(init(), UNO_QUERY_THROW);
More information about the Libreoffice-commits
mailing list