summaryrefslogtreecommitdiff
path: root/include/svx/viewpt3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-30 14:18:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-03 10:19:36 +0200
commita5c200bddd51cba75d30f37a33541778ba8223b4 (patch)
tree521c015effb8f5e3089f71122b31bbb959ad4a8b /include/svx/viewpt3d.hxx
parent09a4d2faa429cc52d603abc55d99723f39dc9023 (diff)
loplugin:unusedfields in svx
Change-Id: I027b70ee92ab07eb68452457c3ee45de3ad22c8b Reviewed-on: https://gerrit.libreoffice.org/39412 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/viewpt3d.hxx')
-rw-r--r--include/svx/viewpt3d.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/svx/viewpt3d.hxx b/include/svx/viewpt3d.hxx
index 4d08d40c6af6..6ca043ea2db7 100644
--- a/include/svx/viewpt3d.hxx
+++ b/include/svx/viewpt3d.hxx
@@ -52,8 +52,7 @@ class SVX_DLLPUBLIC Viewport3D
basegfx::B3DVector aVPN; // View Plane Normal
basegfx::B3DVector aVUV; // View Up Vector
basegfx::B3DPoint aPRP; // Projection Reference Point(View-coordinates)
- // up to now only the z-coordinate is considered
- double fVPD; // View Plane Distance
+ // up to now only the z-coordinate is considered
ProjectionType eProjection; // kind of the projection
tools::Rectangle aDeviceRect; // position and size of the output area
@@ -67,9 +66,6 @@ class SVX_DLLPUBLIC Viewport3D
// is calculated by the transformation
bool bTfValid; // flag, if transformation is valid
- double fWRatio; // device/view aspect ratio
- double fHRatio;
-
public:
Viewport3D();
@@ -77,7 +73,6 @@ class SVX_DLLPUBLIC Viewport3D
void SetVPN(const basegfx::B3DVector& rNewVPN);
void SetVUV(const basegfx::B3DVector& rNewVUV);
void SetPRP(const basegfx::B3DPoint& rNewPRP);
- void SetVPD(double fNewVPD);
const basegfx::B3DPoint& GetVRP() const { return aVRP; }
const basegfx::B3DVector& GetVUV() const { return aVUV; }