summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-02 16:22:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-02 16:53:30 +0000
commitfd6986343521bc182cb26ae974dbd7b6a7e8ef25 (patch)
treea36910fa049bbdf7f42e659fba870512fd6abbb1 /sw/source/core/unocore/unodraw.cxx
parent88a031e593e0a16881132b08d162ed40a5549d23 (diff)
V813: Decreased performance
Change-Id: I49c022b29a2771b5091ba04b85e5117773730b85
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-rw-r--r--sw/source/core/unocore/unodraw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 3cc240edf1e3..87a888f20407 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -2550,9 +2550,9 @@ awt::Point SwXShape::_ConvertPositionToHoriL2R( const awt::Point _aObjPos,
#i31698#
*/
drawing::HomogenMatrix3 SwXShape::_ConvertTransformationToLayoutDir(
- drawing::HomogenMatrix3 _aMatrixInHoriL2R )
+ const drawing::HomogenMatrix3& rMatrixInHoriL2R )
{
- drawing::HomogenMatrix3 aMatrix( _aMatrixInHoriL2R );
+ drawing::HomogenMatrix3 aMatrix(rMatrixInHoriL2R);
// #i44334#, #i44681# - direct manipulation of the
// tranformation structure isn't valid, if it contains rotation.