summaryrefslogtreecommitdiff
path: root/editeng/qa/unit/core-test.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-13 11:46:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-13 11:46:41 +0200
commitaa371639ee0d3255af474e605eea665125ecd3e2 (patch)
treec0f36c7f909634dfc83e0dca027c37ff6c630fd9 /editeng/qa/unit/core-test.cxx
parent6b8c36c6faa23acae024be4b8a4a1cf661ac531c (diff)
loplugin:oncevar: empty strings: editeng
Change-Id: I3b60b918277b408038a99f2c4801a454e6aa7b4a
Diffstat (limited to 'editeng/qa/unit/core-test.cxx')
-rw-r--r--editeng/qa/unit/core-test.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx
index 69e91953b584..ceea79b810d4 100644
--- a/editeng/qa/unit/core-test.cxx
+++ b/editeng/qa/unit/core-test.cxx
@@ -347,9 +347,7 @@ private:
//before the two letters
void Test::testAutocorrect()
{
- OUString sShareAutocorrFile;
- OUString sUserAutocorrFile;
- SvxAutoCorrect aAutoCorrect(sShareAutocorrFile, sUserAutocorrFile);
+ SvxAutoCorrect aAutoCorrect((OUString()), (OUString()));
{
OUString sInput("TEst-TEst");