Kaydet (Commit) 28fc9512 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstringbyref

Change-Id: Iee0ad3898e109add96daac693633c0921c3d7c97
üst 9b7e3511
...@@ -2230,7 +2230,7 @@ void DomainMapper_Impl::SetNumberFormat( const OUString& rCommand, ...@@ -2230,7 +2230,7 @@ void DomainMapper_Impl::SetNumberFormat( const OUString& rCommand,
} }
} }
static uno::Any lcl_getGrabBagValue( const uno::Sequence<beans::PropertyValue>& grabBag, OUString name ) tatic uno::Any lcl_getGrabBagValue( const uno::Sequence<beans::PropertyValue>& grabBag, OUString const & name )
{ {
for (int i = 0; i < grabBag.getLength(); ++i) for (int i = 0; i < grabBag.getLength(); ++i)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment