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

New commits:
commit 3b43ecb2ca5a2dde5c7864002f7aa5a23a4fcafd
Author:     mert <mert.tu...@collabora.com>
AuthorDate: Mon Feb 8 10:31:38 2021 +0300
Commit:     Mert Tumer <mert.tu...@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.tu...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110548
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to