summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-01 09:57:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-01 13:19:04 +0200
commit664de5a816bdcb68ada087f99ef5a76139890fdf (patch)
tree30dca6260b95bf402930be3eb33766923182b1c1 /winaccessibility
parentf88160d640b3efe4ffdf8126795a56d25d83944d (diff)
loplugin:stringconstant (clang-cl)
Change-Id: Id1a82cea4444255fdb693e126b7571a406094624 Reviewed-on: https://gerrit.libreoffice.org/79916 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/UAccCOM/MAccessible.cxx2
-rw-r--r--winaccessibility/source/service/msaaservice_impl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOM/MAccessible.cxx b/winaccessibility/source/UAccCOM/MAccessible.cxx
index 8141df1ffcf0..6bf89f3b7225 100644
--- a/winaccessibility/source/UAccCOM/MAccessible.cxx
+++ b/winaccessibility/source/UAccCOM/MAccessible.cxx
@@ -2883,7 +2883,7 @@ OUString CMAccessible::get_String4Numbering(const Any& pAny, sal_Int16 numbering
}
else
{
- return OUString("Numbering:");
+ return "Numbering:";
}
}
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx
index 89b5d9a4a0d7..15959e2b4c83 100644
--- a/winaccessibility/source/service/msaaservice_impl.cxx
+++ b/winaccessibility/source/service/msaaservice_impl.cxx
@@ -54,7 +54,7 @@ static Sequence< OUString > getSupportedServiceNames_MSAAServiceImpl()
static OUString getImplementationName_MSAAServiceImpl()
{
- return OUString( "com.sun.star.accessibility.my_sc_implementation.MSAAService" );
+ return "com.sun.star.accessibility.my_sc_implementation.MSAAService";
}
class MSAAServiceImpl : public ::cppu::WeakImplHelper<