summaryrefslogtreecommitdiff
path: root/oox
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 /oox
parent31801a402e048b4861cb373687f28ea15ca60ebb (diff)
loplugin:passstuffbyref
Change-Id: Ibcab688c042e32a81b936573503c4a9066244161
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/slidetransition.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx
index 6681447b2eb2..0fe0b10a6fec 100644
--- a/oox/source/ppt/slidetransition.cxx
+++ b/oox/source/ppt/slidetransition.cxx
@@ -419,7 +419,7 @@ namespace oox { namespace ppt {
}
}
- void SlideTransition::setPresetTransition(OUString sPresetTransition)
+ void SlideTransition::setPresetTransition(OUString const & sPresetTransition)
{
if (sPresetTransition == "fallOver")
{