diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 09:49:37 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 12:18:39 +0000 |
commit | 1d852b32d7ad89b2317c04958060f366f8922ca4 (patch) | |
tree | 69720512c5675dfad89d00e1134b46faff5eb7b6 /include/svx/camera3d.hxx | |
parent | 383b75f4f516d6a5d256ffc08bc0e7836520447b (diff) |
loplugin:unusedmethods svx
Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61
Reviewed-on: https://gerrit.libreoffice.org/17117
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/camera3d.hxx')
-rw-r--r-- | include/svx/camera3d.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/camera3d.hxx b/include/svx/camera3d.hxx index 66133e6e948d..02250630a138 100644 --- a/include/svx/camera3d.hxx +++ b/include/svx/camera3d.hxx @@ -57,7 +57,6 @@ class SVX_DLLPUBLIC SAL_WARN_UNUSED Camera3D : public Viewport3D void SetPosition(const basegfx::B3DPoint& rNewPos); const basegfx::B3DPoint& GetPosition() const { return aPosition; } void SetLookAt(const basegfx::B3DPoint& rNewLookAt); - const basegfx::B3DPoint& GetLookAt() const { return aLookAt; } void SetPosAndLookAt(const basegfx::B3DPoint& rNewPos, const basegfx::B3DPoint& rNewLookAt); // Focal length in mm @@ -66,11 +65,9 @@ class SVX_DLLPUBLIC SAL_WARN_UNUSED Camera3D : public Viewport3D // Bank angle links/rechts void SetBankAngle(double fAngle); - double GetBankAngle() const { return fBankAngle; } void SetAutoAdjustProjection(bool bAdjust = true) { bAutoAdjustProjection = bAdjust; } - bool IsAutoAdjustProjection() const { return bAutoAdjustProjection; } }; #endif // INCLUDED_SVX_CAMERA3D_HXX |