diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-02-10 11:40:51 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-02-10 14:48:36 +0100 |
commit | 890229e3673ff1fde4ef5eedbb394c936190fc0e (patch) | |
tree | afa1923603af757758d28240f7e1a3a4c651226c /sc | |
parent | 46ea6ae814e83b380b5f6bd044119af8247583a8 (diff) |
Fix typo
Change-Id: I5c378f1df6ec8b09c09631b1a6848d68ce1cf95b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163209
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/pivottable_filters_test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |