[Libreoffice-commits] core.git: sd/source
Jan Holesovsky
kendy at collabora.com
Wed Sep 6 12:45:03 UTC 2017
sd/source/filter/eppt/pptx-epptooxml.cxx | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
New commits:
commit 6ac9d6d2a0def5ccc7d8b0d8893c8462f87cb9e5
Author: Jan Holesovsky <kendy at collabora.com>
Date: Fri Sep 1 18:38:48 2017 +0200
related tdf#111884: GroupShapes are now handled in oox.
Change-Id: Iee960e3d4a5c3dc37fa62b4fec8e52fe7c314ec0
Reviewed-on: https://gerrit.libreoffice.org/41978
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 975a7b2c3e56..e8c3e851b413 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -312,14 +312,7 @@ ShapeExport& PowerPointShapeExport::WriteUnknownShape(const Reference< XShape >&
SAL_INFO("sd.eppt", "shape(unknown): " << USS(sShapeType));
- if (sShapeType == "com.sun.star.drawing.GroupShape")
- {
- Reference< XIndexAccess > rXIndexAccess(xShape, UNO_QUERY);
-
- mrExport.EnterGroup(rXIndexAccess);
- SAL_INFO("sd.eppt", "enter group");
- }
- else if (sShapeType == "com.sun.star.presentation.PageShape")
+ if (sShapeType == "com.sun.star.presentation.PageShape")
{
WritePageShape(xShape, mePageType, mrExport.GetPresObj());
}
More information about the Libreoffice-commits
mailing list