From 890229e3673ff1fde4ef5eedbb394c936190fc0e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 10 Feb 2024 11:40:51 +0100 Subject: [PATCH] Fix typo Change-Id: I5c378f1df6ec8b09c09631b1a6848d68ce1cf95b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163209 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/qa/unit/pivottable_filters_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/qa/unit/pivottable_filters_test.cxx b/sc/qa/unit/pivottable_filters_test.cxx index 31fb49351c8c..e7363ca41550 100644 --- a/sc/qa/unit/pivottable_filters_test.cxx +++ b/sc/qa/unit/pivottable_filters_test.cxx @@ -2697,7 +2697,7 @@ CPPUNIT_TEST_FIXTURE(ScPivotTableFiltersTest, testThis(*getScDoc()); // test document with sheet data and pivot table in out-of-sync - B-J columns removed, - // but the pivot table cache still hass all the data + // but the pivot table cache still has all the data createScDoc( "xlsx/PivotTable_CachedDefinitionAndDataNotInSync_SheetColumnsRemoved_WithCacheData.xlsx"); testThis(*getScDoc()); -- 2.11.4.GIT