diff options
Diffstat (limited to 'include/svx/svdhlpln.hxx')
-rw-r--r-- | include/svx/svdhlpln.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/svdhlpln.hxx b/include/svx/svdhlpln.hxx index 03b59aeb02a3..024124d464c0 100644 --- a/include/svx/svdhlpln.hxx +++ b/include/svx/svdhlpln.hxx @@ -84,12 +84,6 @@ public: delete p; aList.erase(aList.begin() + nPos); } - void Move(sal_uInt16 nPos, sal_uInt16 nNewPos) - { - SdrHelpLine* p = aList[nPos]; - aList.erase(aList.begin() + nPos); - aList.insert(aList.begin() + nNewPos, p); - } SdrHelpLine& operator[](sal_uInt16 nPos) { return *GetObject(nPos); } const SdrHelpLine& operator[](sal_uInt16 nPos) const { return *GetObject(nPos); } sal_uInt16 HitTest(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const; |