summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/svdraw/svdmrkv1.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdmrkv1.cxx b/svx/source/svdraw/svdmrkv1.cxx
index 8ff28e3d1b07..858caad4279b 100644
--- a/svx/source/svdraw/svdmrkv1.cxx
+++ b/svx/source/svdraw/svdmrkv1.cxx
@@ -256,13 +256,8 @@ bool SdrMarkView::MarkPoints(const Rectangle* pRect, bool bUnmark)
bool SdrMarkView::MarkNextPoint(const Point& /*rPnt*/, bool /*bPrev*/)
{
ForceUndirtyMrkPnt();
- bool bChgd=false;
SortMarkedObjects();
-
- if (bChgd) {
- MarkListHasChanged();
- }
- return bChgd;
+ return false;
}
const Rectangle& SdrMarkView::GetMarkedPointsRect() const