diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-01 18:22:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-02 08:01:26 +0200 |
commit | 32617df2f59b05ca5942fd18b3440ec834982565 (patch) | |
tree | 348c5a5671f7a81b86d0d436c33c224e2cb49d5f /svx/qa | |
parent | fe3d9961e32fd7230e21716793adaddffdf2463e (diff) |
loplugin:stringadd in svx
Change-Id: I47944e589c5261d26d5ef0c116a9173bf6ed1f03
Reviewed-on: https://gerrit.libreoffice.org/79983
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unit/customshapes.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/qa/unit/customshapes.cxx b/svx/qa/unit/customshapes.cxx index ed26337380bf..5ad16cc5ea53 100644 --- a/svx/qa/unit/customshapes.cxx +++ b/svx/qa/unit/customshapes.cxx @@ -453,8 +453,8 @@ CPPUNIT_TEST_FIXTURE(CustomshapesTest, testTdf126512_OOXML_handle_in_ODP) if (aInitialPosition.X == aObservedPosition.X && aInitialPosition.Y == aObservedPosition.Y) { - sErrors += "\n"; - sErrors += OUString::number(i) + " " + sShapeType + " " + OUString::number(j); + sErrors + += "\n" + OUString::number(i) + " " + sShapeType + " " + OUString::number(j); } } } |