tdf#92582 Revert "tdf#91544: fix freezing of Data source window"

This reverts commit 77c47fc79c1c8096c19a81a0d320e75b84857144.

This doesn't reintroduce the original problem of tdf#91544.

Change-Id: Iee4d54e584cf098be70e8c49f9050d537567cf92
diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx
index 8355b91..5b9b0c7 100644
--- a/vcl/source/edit/texteng.cxx
+++ b/vcl/source/edit/texteng.cxx
@@ -1499,8 +1499,7 @@ void TextEngine::UpdateViews( TextView* pCurView )
                aNewPos.X() -= aOutSz.Width() - 1;
            aClipRect.SetPos( aNewPos );

            if (pView == pCurView)
                pView->GetWindow()->Invalidate( aClipRect );
            pView->GetWindow()->Invalidate( aClipRect );
        }
    }