summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-08-31 18:32:58 +0200
committerJan Holesovsky <kendy@collabora.com>2017-09-01 14:30:19 +0200
commite06ef6f42e47780b26f6f3424bb2053e0490d8e3 (patch)
tree42d9d18ebee7713f5e01e9b3129ac5893dc71ec3 /include/oox
parent029f2fdc2a164ca5ab2ecb9e2d4b9cf5112083b4 (diff)
tdf#111884: Implement export of group shapes in pptx.
Change-Id: If12984c0670db6396cbfd0dcb8ae1f5a9b591705 Reviewed-on: https://gerrit.libreoffice.org/41766 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/drawingml.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx
index ecdad5b99b6a..866689fa5e21 100644
--- a/include/oox/export/drawingml.hxx
+++ b/include/oox/export/drawingml.hxx
@@ -191,8 +191,8 @@ public:
void WriteShapeTransformation(const css::uno::Reference< css::drawing::XShape >& rXShape,
sal_Int32 nXmlNamespace, bool bFlipH = false, bool bFlipV = false, bool bSuppressRotation = false, bool bSuppressFlipping = false );
- void WriteTransformation( const tools::Rectangle& rRectangle,
- sal_Int32 nXmlNamespace, bool bFlipH = false, bool bFlipV = false, sal_Int32 nRotation = 0 );
+ void WriteTransformation(const tools::Rectangle& rRectangle,
+ sal_Int32 nXmlNamespace, bool bFlipH = false, bool bFlipV = false, sal_Int32 nRotation = 0, bool bIsGroupShape = false);
void WriteText( const css::uno::Reference< css::uno::XInterface >& rXIface, const OUString& presetWarp, bool bBodyPr = true, bool bText = true, sal_Int32 nXmlNamespace = 0);
void WriteParagraph( const css::uno::Reference< css::text::XTextContent >& rParagraph,