summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ChartView.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-09-18 22:42:37 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-09-18 22:51:19 -0400
commit6ca26d642f1d7b8394d33dbd8fbdb828e6584459 (patch)
tree86d677e36215a6fa690bf7dd03d42b9e0f10b623 /chart2/source/view/main/ChartView.cxx
parentccfbb5af4f24a0e12f7f78c801f32e6564a85d9e (diff)
Pass by const reference.
Change-Id: If4bcee8d9d45b43f025ee0409070afdc53b9405a
Diffstat (limited to 'chart2/source/view/main/ChartView.cxx')
-rw-r--r--chart2/source/view/main/ChartView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 62b8fdd5320c..ccc8fc47bda5 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2338,7 +2338,7 @@ bool lcl_createLegend( const uno::Reference< XLegend > & xLegend
void formatPage(
ChartModel& rChartModel
- , const awt::Size rPageSize
+ , const awt::Size& rPageSize
, const uno::Reference< drawing::XShapes >& xTarget
, const uno::Reference< lang::XMultiServiceFactory>& xShapeFactory
)