From d15e0ff4fd120ede2bf5599f7323628c58c3df91 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:48:28 +0200 Subject: Improved loplugin:stringconstant (now that GCC 7 supports it): stoc Change-Id: Id739d5ff815d3bb1db48e9b1c2b3f739e3f11dfd Reviewed-on: https://gerrit.libreoffice.org/76644 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- stoc/source/invocation_adapterfactory/iafactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/source/invocation_adapterfactory') diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index 7248a22b1e35..4a8c716dbeb4 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -65,7 +65,7 @@ static Sequence< OUString > invadp_getSupportedServiceNames() static OUString invadp_getImplementationName() { - return OUString(IMPLNAME); + return IMPLNAME; } struct hash_ptr -- cgit