summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellrangeobj.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-06-04 21:23:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-06-05 07:34:21 +0200
commit4b85108773f9851f358a4daa8869eeadc638d103 (patch)
tree748991efb0f97fe39abf4c9ec8d24ae0aeec22c3 /sc/qa/extras/sccellrangeobj.cxx
parente2bb284381b3355448f44ea13931aca1aea12e25 (diff)
Upcoming loplugin:elidestringvar: sc
Change-Id: I0a045ffde0228c316795dbdfce4e0d883bb3b55e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95537 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/qa/extras/sccellrangeobj.cxx')
-rw-r--r--sc/qa/extras/sccellrangeobj.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/qa/extras/sccellrangeobj.cxx b/sc/qa/extras/sccellrangeobj.cxx
index 1c0513a9a836..689783dafcbd 100644
--- a/sc/qa/extras/sccellrangeobj.cxx
+++ b/sc/qa/extras/sccellrangeobj.cxx
@@ -249,8 +249,7 @@ void ScCellRangeObj::setUp()
CalcUnoApiTest::setUp();
OUString aFileURL;
- const OUString aFileBase("xcellrangesquery.ods");
- createFileURL(aFileBase, aFileURL);
+ createFileURL("xcellrangesquery.ods", aFileURL);
mxComponent = loadFromDesktop(aFileURL, "com.sun.star.sheet.SpreadsheetDocument");
}