summaryrefslogtreecommitdiff
path: root/vcl/workben/vcldemo.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-06-05 15:27:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-06-05 17:01:58 +0200
commit27c48894cf45fc34f24ae5e1e8bd7a33ab544359 (patch)
treef3fce1a1e5dc76d932f5f2d973b63563dea1713f /vcl/workben/vcldemo.cxx
parent32e49998b2edde7a6a8fecddf5da71f3aa5815c2 (diff)
Upcoming loplugin:elidestringvar: vcl
Change-Id: Id746bbb3caeb7555e2a89b13fa6dcb089778002a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95597 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/workben/vcldemo.cxx')
-rw-r--r--vcl/workben/vcldemo.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 13bdfed953bf..d9f9efb78c29 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -397,8 +397,6 @@ public:
{
rDev.SetClipRegion( vcl::Region(r) );
- OUString const aLatinText("Click any rect to zoom!!!!");
-
const unsigned char pTextUTF8[] = {
0xd9, 0x88, 0xd8, 0xa7, 0xd8, 0xad, 0xd9, 0x90,
0xd8, 0xaf, 0xd9, 0x92, 0x20, 0xd8, 0xa5, 0xd8,
@@ -419,7 +417,7 @@ public:
if (bArabicText)
aText = aArabicText;
else
- aText = aLatinText;
+ aText = "Click any rect to zoom!!!!";
std::vector<OUString> aFontNames;