summaryrefslogtreecommitdiff
path: root/tools/source/generic/b3dtrans.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/b3dtrans.cxx')
-rw-r--r--tools/source/generic/b3dtrans.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/generic/b3dtrans.cxx b/tools/source/generic/b3dtrans.cxx
index 509c997419f9..434dafbf1c30 100644
--- a/tools/source/generic/b3dtrans.cxx
+++ b/tools/source/generic/b3dtrans.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -325,7 +325,7 @@ void B3dTransformationSet::CalcViewport()
{
// X vergroessern
fFactor = 1.0 / fActRatio;
- fRight *= fFactor;
+ fRight *= fFactor;
fLeft *= fFactor;
}
else
@@ -351,7 +351,7 @@ void B3dTransformationSet::CalcViewport()
{
// X verkleinern
fFactor = 1.0 / fActRatio;
- fRight *= fFactor;
+ fRight *= fFactor;
fLeft *= fFactor;
}
break;
@@ -799,7 +799,7 @@ const basegfx::B2DPoint B3dTransformationSet::TransTextureCoor(const basegfx::B2
\************************************************************************/
B3dViewport::B3dViewport()
-: B3dTransformationSet(),
+: B3dTransformationSet(),
aVRP(0, 0, 0),
aVPN(0, 0, 1),
aVUV(0, 1, 0)
@@ -854,7 +854,7 @@ void B3dViewport::CalcOrientation()
B3dCamera::B3dCamera(
const basegfx::B3DPoint& rPos, const basegfx::B3DVector& rLkAt,
double fFocLen, double fBnkAng, sal_Bool bUseFocLen)
-: B3dViewport(),
+: B3dViewport(),
aPosition(rPos),
aCorrectedPosition(rPos),
aLookAt(rLkAt),