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