diff options
Diffstat (limited to 'include/svx/svddrag.hxx')
-rw-r--r-- | include/svx/svddrag.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svddrag.hxx b/include/svx/svddrag.hxx index ab285bd6e587..0160f8040235 100644 --- a/include/svx/svddrag.hxx +++ b/include/svx/svddrag.hxx @@ -141,7 +141,7 @@ public: static Point KorregPos(const Point& rNow, const Point& rPrev); void Reset(const Point& rPnt); void NextMove(const Point& rPnt); - void NextPoint(bool bSaveReal=false); + void NextPoint(); void PrevPoint(); bool CheckMinMoved(const Point& rPnt); long GetDX() const { return GetNow().X()-GetPrev().X(); } |