diff options
author | Justin Luth <jluth@mail.com> | 2024-01-05 09:18:28 -0500 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2024-01-05 16:17:22 +0100 |
commit | 788eb8e7b37373bd5d2c078a2a833c4357165178 (patch) | |
tree | eba0c01d9a273fedaa69c0740200d44070c611ed /sw | |
parent | 0c0b4f0ce5028c2b23d83c073bd2999ac608ae40 (diff) |
fix build: Revert "tdf#111969 sw: acknowledge that last half-char
..acter for mouse pointer"
This reverts commit a7649b85f1e16dd52378346958216e78b8335b5a.
I forgot to rebase this after a the Christmas break.
Change-Id: I78781808d15b81496b1572fb3bf304751ae279a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161668
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 13199a5b84f2..e89614319903 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -568,7 +568,6 @@ void SwEditWin::UpdatePointer(const Point &rLPt, sal_uInt16 nModifier ) IsAttrAtPos::InetAttr | IsAttrAtPos::Ftn | IsAttrAtPos::SmartTag); - aSwContentAtPos.bPosMatchesBounds = true; // treat last half-char same as first half if( rSh.GetContentAtPos( rLPt, aSwContentAtPos) ) { // Is edit inline input field |