diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-24 13:31:16 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-24 15:39:29 +0100 |
commit | e09823b549699a9f32b1b0d7621301117306cdc3 (patch) | |
tree | 198555d197da382dc35fb1a2bc2ab81ebe9a78fa /sc/qa/unit/functions_array.cxx | |
parent | f150727f5df4afdaec13ffb9e80dfc8add9e268c (diff) |
ScBootstrapFixture: no need to pass basestring anymore
Change-Id: I58ce96af149eb2b7f4d357383b73ec4b1d1b51bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143224
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/unit/functions_array.cxx')
-rw-r--r-- | sc/qa/unit/functions_array.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/functions_array.cxx b/sc/qa/unit/functions_array.cxx index 88a4b70d7c29..7584c4e0b309 100644 --- a/sc/qa/unit/functions_array.cxx +++ b/sc/qa/unit/functions_array.cxx @@ -38,7 +38,7 @@ void ArrayFunctionsTest::testDubiousArrayFormulasFODS() } ArrayFunctionsTest::ArrayFunctionsTest(): - FunctionsTest("sc/qa/unit/data/functions/array/fods/") + FunctionsTest() { } |