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_test.hxx | |
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_test.hxx')
-rw-r--r-- | sc/qa/unit/functions_test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |