summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorMert Tumer <mert.tumer@collabora.com>2020-12-09 14:13:26 +0300
committerMert Tumer <mert.tumer@collabora.com>2021-01-21 08:13:32 +0100
commit5dbdf1d0833eaa5868bff4cef0714ee4cef81cb8 (patch)
tree2fdfd1813dfde6089b36c9363e08552ff942eeb5 /sd/source
parent067297cb7d81f442f8fed1bd40e52a109688320d (diff)
Insert draw connectors directly for online
Change-Id: I962a69c142151a43c47efbdb79428760ab07ad98 Signed-off-by: Mert Tumer <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108682 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109214 Tested-by: Jenkins
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/view/drviewse.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index db9662bb7650..bd4c3775300d 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -448,6 +448,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();
}