diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:15:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 14:37:05 +0100 |
commit | 485e238bd10d1921b1b3ad7001cbe1949ca10bca (patch) | |
tree | f05dc60779a1420716e61086cc9c4d463a9377a2 /editeng/qa/unit | |
parent | b45289e48e0f354b9996e2846dd041db4a9947ce (diff) |
loplugin:indentation in editeng..extensions
Change-Id: If7d7c400fb5d24e48b6cd02b364a8ac7fa23505d
Reviewed-on: https://gerrit.libreoffice.org/67538
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/qa/unit')
-rw-r--r-- | editeng/qa/unit/core-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 6d600b462f39..1b8c079b58ba 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -437,7 +437,7 @@ private: //before the two letters void Test::testAutocorrect() { - SvxAutoCorrect aAutoCorrect((OUString()), (OUString())); + SvxAutoCorrect aAutoCorrect((OUString()), (OUString())); { OUString sInput("TEst-TEst"); |