loplugin:stringconstant
Change-Id: I9eed9713a0d208e7aa4cdddc0cedb97edf831239
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user