summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-05-12 08:46:22 +0300
committerTor Lillqvist <tml@collabora.com>2016-05-12 08:48:57 +0300
commite1efe3359c5105f1347ab7527aeff109e62b7e3f (patch)
tree251d4ec47393b9c0863603911b76210219368520 /sdext
parentf1fa4a58fc6e203b44031f3a344ec79c14ec2173 (diff)
loplugin:stringconstant
Change-Id: I9eed9713a0d208e7aa4cdddc0cedb97edf831239
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterButton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterButton.cxx b/sdext/source/presenter/PresenterButton.cxx
index f0edc2f52d59..de2d758e700f 100644
--- a/sdext/source/presenter/PresenterButton.cxx
+++ b/sdext/source/presenter/PresenterButton.cxx
@@ -497,7 +497,7 @@ Reference<beans::XPropertySet> PresenterButton::GetConfigurationProperties (
[&rsConfgurationName](OUString const&, uno::Reference<beans::XPropertySet> const& xProps) -> bool
{
return PresenterConfigurationAccess::IsStringPropertyEqual(
- rsConfgurationName, OUString("Name"), xProps);
+ rsConfgurationName, "Name", xProps);
}),
UNO_QUERY);
}