From e09823b549699a9f32b1b0d7621301117306cdc3 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Thu, 24 Nov 2022 13:31:16 +0100 Subject: 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 --- sc/qa/unit/functions_test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/unit/functions_test.hxx') diff --git a/sc/qa/unit/functions_test.hxx b/sc/qa/unit/functions_test.hxx index 0a57987dfa01..52672bb8177b 100644 --- a/sc/qa/unit/functions_test.hxx +++ b/sc/qa/unit/functions_test.hxx @@ -19,7 +19,7 @@ class SCQAHELPER_DLLPUBLIC FunctionsTest : public ScBootstrapFixture, public tes { public: - FunctionsTest(const OUString& rPath); + FunctionsTest(); virtual bool load( const OUString &rFilter, -- cgit