diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 12:20:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 15:26:04 +0100 |
commit | 0389ecdb4b0c3f928f5a23712cfe3572da404fde (patch) | |
tree | 02e395fb97ff836e0e4e3c4e49d6f37d2e5292c6 /include/svx | |
parent | e1cb7a25660325fc2fee960401ff35f019a3e6fb (diff) |
coverity#704338 Logically dead code
Change-Id: I031530ebd419c038e757c7ba01b387d28b56580d
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdpoev.hxx | 2 |
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); |