diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-17 09:11:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-17 13:30:50 +0200 |
commit | 236d6cd67e5024ecbe9baccc8f1db597bea4bfa9 (patch) | |
tree | 7e86af6300c5692150621cddcca2a7bb6ae7ef09 /chart2/source/view/main/PlotterBase.cxx | |
parent | 6319265b13321d6bfb527c7bd5b910d4dce4f203 (diff) |
chart2: prefer passing OUString by reference
Change-Id: I685b1dc3d7c735bc70be29252f55c082546f3cb1
Diffstat (limited to 'chart2/source/view/main/PlotterBase.cxx')
-rw-r--r-- | chart2/source/view/main/PlotterBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/PlotterBase.cxx b/chart2/source/view/main/PlotterBase.cxx index 94eee35ea63b..f38b57052906 100644 --- a/chart2/source/view/main/PlotterBase.cxx +++ b/chart2/source/view/main/PlotterBase.cxx @@ -74,7 +74,7 @@ void PlotterBase::setTransformationSceneToScreen( const drawing::HomogenMatrix& uno::Reference< drawing::XShapes > PlotterBase::createGroupShape( const uno::Reference< drawing::XShapes >& xTarget - , OUString rName ) + , const OUString& rName ) { if(!m_xShapeFactory.is()) return NULL; |