summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-12 11:44:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-12 11:44:12 +0200
commit94b361b0054dda1896f993e813950c6f120d8d86 (patch)
tree2666dc580264418d00c144f17709af7a9d726453 /sdext
parent3eaf7ae663e7dd0fded01dd73bbedda59e8a0af3 (diff)
loplugin:stringconstant
Change-Id: I5515f35871b23b67564d5eda52bf3323e7e047bb
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterTheme.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterTheme.cxx b/sdext/source/presenter/PresenterTheme.cxx
index d230347dae2b..8f5ed5f61d54 100644
--- a/sdext/source/presenter/PresenterTheme.cxx
+++ b/sdext/source/presenter/PresenterTheme.cxx
@@ -385,7 +385,7 @@ std::shared_ptr<PresenterConfigurationAccess> PresenterTheme::GetNodeForViewStyl
[&rsStyleName] (OUString const&, uno::Reference<beans::XPropertySet> const& xProps)
{
return PresenterConfigurationAccess::IsStringPropertyEqual(
- rsStyleName, OUString("StyleName"), xProps);
+ rsStyleName, "StyleName", xProps);
});
}
return pConfiguration;