diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-12 11:44:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-12 11:44:12 +0200 |
commit | 94b361b0054dda1896f993e813950c6f120d8d86 (patch) | |
tree | 2666dc580264418d00c144f17709af7a9d726453 /sdext/source | |
parent | 3eaf7ae663e7dd0fded01dd73bbedda59e8a0af3 (diff) |
loplugin:stringconstant
Change-Id: I5515f35871b23b67564d5eda52bf3323e7e047bb
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/presenter/PresenterTheme.cxx | 2 |
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; |