sd/source/ui/view/drviewse.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ed58d457d58cc95a931037f4f574588ab50d22b7
Author:     Mert Tumer <mert.tu...@collabora.com>
AuthorDate: Wed Dec 9 14:13:26 2020 +0300
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Tue Jan 5 11:01:30 2021 +0100

    Insert draw connectors directly for online
    
    Change-Id: I962a69c142151a43c47efbdb79428760ab07ad98
    Signed-off-by: Mert Tumer <mert.tu...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108682
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index 3ae9b37171b0..e330d0416ce8 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -451,6 +451,7 @@ void DrawViewShell::FuPermanent(SfxRequest& rReq)
         case SID_CONNECTOR_LINES_CIRCLES:
         case SID_INSERT_SIGNATURELINE:
         {
+            bCreateDirectly = comphelper::LibreOfficeKit::isActive();
             SetCurrentFunction( FuConstructRectangle::Create( this, 
GetActiveWindow(), mpDrawView.get(), GetDoc(), rReq, bPermanent ) );
             rReq.Done();
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to