[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sd/source
Mert Tumer (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 5 10:02:05 UTC 2021
sd/source/ui/view/drviewse.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ed58d457d58cc95a931037f4f574588ab50d22b7
Author: Mert Tumer <mert.tumer at collabora.com>
AuthorDate: Wed Dec 9 14:13:26 2020 +0300
Commit: Jan Holesovsky <kendy at 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.tumer at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108682
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Jan Holesovsky <kendy at 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();
}
More information about the Libreoffice-commits
mailing list