diff options
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/slidetransition.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/slidetransition.hxx b/include/oox/ppt/slidetransition.hxx index 4680320068c0..1e322e0996b1 100644 --- a/include/oox/ppt/slidetransition.hxx +++ b/include/oox/ppt/slidetransition.hxx @@ -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; |