diff options
Diffstat (limited to 'include/svx/svdpoev.hxx')
-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); |