From 32617df2f59b05ca5942fd18b3440ec834982565 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 1 Oct 2019 18:22:54 +0200 Subject: loplugin:stringadd in svx Change-Id: I47944e589c5261d26d5ef0c116a9173bf6ed1f03 Reviewed-on: https://gerrit.libreoffice.org/79983 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/qa/unit/customshapes.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/qa') 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); } } } -- cgit