summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-04 09:28:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-04 13:07:40 +0000
commit32f95a35514701ed16413125b440c16d90f52b4a (patch)
tree25ac5edca15ee02bc937ee47116c2197559da4cd /include/basegfx
parent0f98299f7aa44bbb55c1bfeddca7799f727d14b0 (diff)
V813: Decreased performance
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/matrix/b3dhommatrix.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/matrix/b3dhommatrix.hxx b/include/basegfx/matrix/b3dhommatrix.hxx
index ad7c47d2e349..0ffd911b5bf6 100644
--- a/include/basegfx/matrix/b3dhommatrix.hxx
+++ b/include/basegfx/matrix/b3dhommatrix.hxx
@@ -86,7 +86,7 @@ namespace basegfx
// build orientation matrix
void orientation(
- B3DPoint aVRP = B3DPoint(0.0,0.0,1.0),
+ const B3DPoint& rVRP = B3DPoint(0.0,0.0,1.0),
B3DVector aVPN = B3DVector(0.0,0.0,1.0),
B3DVector aVUV = B3DVector(0.0,1.0,0.0));