summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-05 17:35:01 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-06 11:10:09 +0200
commit3bc61004287e1d1a734c6046019d605742f6c629 (patch)
tree4225838f64a86cc149ed83f29533422c95568255 /oox
parent8fae91c67d3abed8158ada9ce1b0f79f3c10e165 (diff)
CID#1078768: pass big parameter by reference
Change-Id: I423e6e0b3a7c16461765b5086f729cce028c4b6e
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/fillproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx
index bb2eb573b8ea..403b81645f17 100644
--- a/oox/source/drawingml/fillproperties.cxx
+++ b/oox/source/drawingml/fillproperties.cxx
@@ -52,7 +52,7 @@ namespace drawingml {
namespace {
-Reference< XGraphic > lclCheckAndApplyDuotoneTransform( BlipFillProperties aBlipProps, Reference< XGraphic > xGraphic,
+Reference< XGraphic > lclCheckAndApplyDuotoneTransform( const BlipFillProperties& aBlipProps, Reference< XGraphic > xGraphic,
const GraphicHelper& rGraphicHelper, const sal_Int32 nPhClr )
{
if( aBlipProps.maDuotoneColors[0].isUsed() && aBlipProps.maDuotoneColors[1].isUsed() )