diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-02 16:22:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-02 16:53:30 +0000 |
commit | fd6986343521bc182cb26ae974dbd7b6a7e8ef25 (patch) | |
tree | a36910fa049bbdf7f42e659fba870512fd6abbb1 /sw/inc/unodraw.hxx | |
parent | 88a031e593e0a16881132b08d162ed40a5549d23 (diff) |
V813: Decreased performance
Change-Id: I49c022b29a2771b5091ba04b85e5117773730b85
Diffstat (limited to 'sw/inc/unodraw.hxx')
-rw-r--r-- | sw/inc/unodraw.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx index 5790b92d222b..be30e27be0a3 100644 --- a/sw/inc/unodraw.hxx +++ b/sw/inc/unodraw.hxx @@ -181,8 +181,8 @@ class SwXShape : public SwXShapeBaseClass, @author OD */ - ::com::sun::star::drawing::HomogenMatrix3 _ConvertTransformationToLayoutDir( - ::com::sun::star::drawing::HomogenMatrix3 _aMatrixInHoriL2R ); + css::drawing::HomogenMatrix3 _ConvertTransformationToLayoutDir( + const css::drawing::HomogenMatrix3& rMatrixInHoriL2R ); /** method to adjust the positioning properties |