[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Aug 9 19:56:46 PDT 2011


 sc/source/filter/excel/xichart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21bc383fc6c66d79680e992c147ca9c36562d5e4
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Aug 9 22:57:00 2011 -0400

    Pass by const reference.

diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index 39a8947..6324ca6 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


More information about the Libreoffice-commits mailing list