diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 12:21:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 15:26:05 +0100 |
commit | 2742d8421b18f2d00bcc5147b79202973f3c11fb (patch) | |
tree | b6d30f968de75c1b20fe140708e3220e00a52bcf /include | |
parent | 0389ecdb4b0c3f928f5a23712cfe3572da404fde (diff) |
coverity#704339 Logically dead code
Change-Id: I944368eff5bf24bbdefd485f34bfd3a51fb1114e
Diffstat (limited to 'include')
-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 198cd9c60cbb..8e4f5770dc63 100644 --- a/include/svx/svdpoev.hxx +++ b/include/svx/svdpoev.hxx @@ -64,7 +64,7 @@ public: bool IsDeleteMarkedPointsPossible() const SAL_OVERRIDE; void MoveMarkedPoints(const Size& rSiz); - void ResizeMarkedPoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=false); + void ResizeMarkedPoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact); void RotateMarkedPoints(const Point& rRef, long nWink, bool bCopy=false); // Hierbei entstehen eventuell beliebig viele neue Objekte: |