sw/source/uibase/docvw/edtwin.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 788eb8e7b37373bd5d2c078a2a833c4357165178
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Fri Jan 5 09:18:28 2024 -0500
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Jan 5 16:17:22 2024 +0100

    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 <vmik...@collabora.com>

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

Reply via email to