summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-09 18:12:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-09 18:13:03 +0100
commit1056f627efb0625ab658f4219a6a3c7002e2022f (patch)
treedbaff02dd5fe9986ab97cf7c8e6c9113d658e2a7 /include/oox/ppt
parent31801a402e048b4861cb373687f28ea15ca60ebb (diff)
loplugin:passstuffbyref
Change-Id: Ibcab688c042e32a81b936573503c4a9066244161
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/slidetransition.hxx2
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;