[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - svx/source

mert (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 24 07:36:47 UTC 2021


 svx/source/svdraw/svdmrkv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b43ecb2ca5a2dde5c7864002f7aa5a23a4fcafd
Author:     mert <mert.tumer at collabora.com>
AuthorDate: Mon Feb 8 10:31:38 2021 +0300
Commit:     Mert Tumer <mert.tumer at collabora.com>
CommitDate: Wed Feb 24 08:36:12 2021 +0100

    Exclude table selection from handle message
    
    Change-Id: Ic079c2d59040c8b6d714af3932d5294c2060edc0
    Signed-off-by: mert <mert.tumer at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110548
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>

diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index ecaa8f622edd..e3b122d11938 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -909,7 +909,7 @@ void SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle const & rRect, SfxView
                     }
                 }
             }
-            if (!pOtherShell && maHdlList.GetHdlCount())
+            if (!bTableSelection && !pOtherShell && maHdlList.GetHdlCount())
             {
                 boost::property_tree::ptree responseJSON;
                 boost::property_tree::ptree others;


More information about the Libreoffice-commits mailing list