summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-09 22:57:00 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-09 22:57:18 -0400
commit21bc383fc6c66d79680e992c147ca9c36562d5e4 (patch)
treec43a3292ebfaf12565ca1fff1627d51683169cc5 /sc
parent3e7737968ec2a0fbcce7fd350db33ded785e1086 (diff)
Pass by const reference.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xichart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index 39a89479f231..6324ca6de2eb 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -714,7 +714,7 @@ namespace {
/** Creates a labeled data sequence object, adds link for series title if present. */
Reference< XLabeledDataSequence > lclCreateLabeledDataSequence(
- XclImpChSourceLinkRef xValueLink, const OUString& rValueRole,
+ const XclImpChSourceLinkRef& xValueLink, const OUString& rValueRole,
const XclImpChSourceLink* pTitleLink = 0 )
{
// create data sequence for values and title