summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-30 12:20:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-30 15:26:04 +0100
commit0389ecdb4b0c3f928f5a23712cfe3572da404fde (patch)
tree02e395fb97ff836e0e4e3c4e49d6f37d2e5292c6 /include
parente1cb7a25660325fc2fee960401ff35f019a3e6fb (diff)
coverity#704338 Logically dead code
Change-Id: I031530ebd419c038e757c7ba01b387d28b56580d
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdpoev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdpoev.hxx b/include/svx/svdpoev.hxx
index 568b7f4104ea..198cd9c60cbb 100644
--- a/include/svx/svdpoev.hxx
+++ b/include/svx/svdpoev.hxx
@@ -63,7 +63,7 @@ public:
void DeleteMarkedPoints() SAL_OVERRIDE;
bool IsDeleteMarkedPointsPossible() const SAL_OVERRIDE;
- void MoveMarkedPoints(const Size& rSiz, bool bCopy=false);
+ void MoveMarkedPoints(const Size& rSiz);
void ResizeMarkedPoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=false);
void RotateMarkedPoints(const Point& rRef, long nWink, bool bCopy=false);