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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/ui/animations/motionpathtag.cxx | 5 | ||||
-rw-r--r-- | sd/source/ui/animations/motionpathtag.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/animations/motionpathtag.cxx b/sd/source/ui/animations/motionpathtag.cxx index c6849166b80a..949b56c06d4e 100644 --- a/sd/source/ui/animations/motionpathtag.cxx +++ b/sd/source/ui/animations/motionpathtag.cxx @@ -1167,11 +1167,6 @@ void MotionPathTag::SetMarkedPointsSmooth(SdrPathSmoothKind eKind) } } -void MotionPathTag::CloseMarkedObjects(bool /*bToggle*/, bool /*bOpen*/ ) -{ - // not supported for motion path -} - bool MotionPathTag::IsOpenCloseMarkedObjectsPossible() const { // not supported for motion path diff --git a/sd/source/ui/animations/motionpathtag.hxx b/sd/source/ui/animations/motionpathtag.hxx index b8356069b1a1..9143501979fa 100644 --- a/sd/source/ui/animations/motionpathtag.hxx +++ b/sd/source/ui/animations/motionpathtag.hxx @@ -75,7 +75,6 @@ public: virtual SdrPathSmoothKind GetMarkedPointsSmooth() const SAL_OVERRIDE; virtual void SetMarkedPointsSmooth(SdrPathSmoothKind eKind) SAL_OVERRIDE; - virtual void CloseMarkedObjects(bool bToggle, bool bOpen ) SAL_OVERRIDE; virtual bool IsOpenCloseMarkedObjectsPossible() const SAL_OVERRIDE; virtual SdrObjClosedKind GetMarkedObjectsClosedState() const SAL_OVERRIDE; |