summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:45:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:52:33 +0200
commit7680623292f272cf1a8cceb4abb5a67bb5469918 (patch)
tree9c07a62ce919f9f64d78fc7d60040a3925b5f019 /vcl/workben
parent8b9f2959419a382fec85cdc25b8c49f59b6d85fc (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): vcl
Change-Id: I0bd1d26f6fc4052b812fde33ebd1d63111426942 Reviewed-on: https://gerrit.libreoffice.org/76627 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/vcldemo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 01dc12f24460..f9d0fb965914 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -116,7 +116,7 @@ class DemoRenderer
virtual sal_uInt16 getTestRepeatCount() = 0;
#define RENDER_DETAILS(name,key,repeat) \
virtual OUString getName() override \
- { return OUString(SAL_STRINGIFY(name)); } \
+ { return SAL_STRINGIFY(name); } \
virtual sal_uInt16 getAccelerator() override \
{ return key; } \
virtual sal_uInt16 getTestRepeatCount() override \