diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 19:09:32 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 19:34:36 +0100 |
commit | dd3e879cfdacbc8b9fff7556ae2d8698a22e9235 (patch) | |
tree | 822b359cb4934d96a8cc78783bbf784b95baa605 /svx | |
parent | c66e2c4836fa3780c5cabbb511968557121d5cc1 (diff) |
remove some trivial duplicates
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/svdmodel.hxx | 1 | ||||
-rw-r--r-- | svx/source/engine3d/camera3d.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx index 1a47d1f91f9d..b2a84afd19d8 100644 --- a/svx/inc/svx/svdmodel.hxx +++ b/svx/inc/svx/svdmodel.hxx @@ -377,7 +377,6 @@ public: // MAP_100TH_MM, Fraction(1,10) : 1 log Einh = 1/1000mm // MAP_MM, Fraction(1000,1) : 1 log Einh = 1000mm = 1m // MAP_CM, Fraction(100,1) : 1 log Einh = 100cm = 1m - // MAP_CM, Fraction(100,1) : 1 log Einh = 100cm = 1m // MAP_CM, Fraction(100000,1): 1 log Einh = 100000cm = 1km // (PS: Lichtjahre sind somit also nicht darstellbar). // Die Skalierungseinheit wird benoetigt, damit die Engine das Clipboard diff --git a/svx/source/engine3d/camera3d.cxx b/svx/source/engine3d/camera3d.cxx index 0f10c8fda7f0..115e38437187 100644 --- a/svx/source/engine3d/camera3d.cxx +++ b/svx/source/engine3d/camera3d.cxx @@ -118,7 +118,6 @@ void Camera3D::SetBankAngle(double fAngle) // Calculate from aDiff to uppwards pointing View-Up-Vector aPrj = aPrj.getPerpendicular(aDiff); - aPrj = aPrj.getPerpendicular(aDiff); aDiff.normalize(); // Rotate on Z axis, to rotate the BankAngle and back |