Kaydet (Commit) 1056f627 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: Ibcab688c042e32a81b936573503c4a9066244161
üst 31801a40
......@@ -54,7 +54,7 @@ namespace oox { namespace ppt {
void setOoxTransitionType( ::sal_Int32 OoxType,
::sal_Int32 param1, ::sal_Int32 param2 );
void setPresetTransition(OUString sPresetTransition);
void setPresetTransition(OUString const & sPresetTransition);
private:
::sal_Int16 mnTransitionType;
......
......@@ -419,7 +419,7 @@ namespace oox { namespace ppt {
}
}
void SlideTransition::setPresetTransition(OUString sPresetTransition)
void SlideTransition::setPresetTransition(OUString const & sPresetTransition)
{
if (sPresetTransition == "fallOver")
{
......
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