[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - desktop/source
Mert Tumer (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 12 08:40:24 UTC 2021
desktop/source/lib/init.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 6fc194b0dafe13b0b841fccc1ac517fb15df616a
Author: Mert Tumer <mert.tumer at collabora.com>
AuthorDate: Thu Dec 10 11:59:06 2020 +0300
Commit: Mert Tumer <mert.tumer at collabora.com>
CommitDate: Tue Jan 12 09:39:52 2021 +0100
fix rendershapeselection for drawing
Change-Id: Id4cb37885bf9b442adc679b895d89cd615ffb2ee
Signed-off-by: Mert Tumer <mert.tumer at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108681
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 6fcb2ca02a17..af1161274c37 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3619,6 +3619,9 @@ static size_t doc_renderShapeSelection(LibreOfficeKitDocument* pThis, char** pOu
case LOK_DOCTYPE_PRESENTATION:
aMediaDescriptor["FilterName"] <<= OUString("impress_svg_Export");
break;
+ case LOK_DOCTYPE_DRAWING:
+ aMediaDescriptor["FilterName"] <<= OUString("draw_svg_Export");
+ break;
case LOK_DOCTYPE_TEXT:
aMediaDescriptor["FilterName"] <<= OUString("writer_svg_Export");
break;
More information about the Libreoffice-commits
mailing list