diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-12 14:32:39 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-12 14:37:11 +0100 |
commit | dbdc31fc0a09181d80909819d93a2dacde3eac79 (patch) | |
tree | 20cb1ee9cc96ad163f4eb6ba2cfe1ce5d5dbba8a /include | |
parent | 10c3c9ec9b6af1b4124ff2cd458d22f13f4ebc39 (diff) |
oox: initial ShapeExport::WriteGroupShape
For now, enable it only for DOCX.
Change-Id: I424d8fb3f1c1e7c9a03e7103c91473c3ff85bc77
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/shapes.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx index 65fafc9d18f7..bfcaaf713113 100644 --- a/include/oox/export/shapes.hxx +++ b/include/oox/export/shapes.hxx @@ -94,6 +94,8 @@ public: virtual ShapeExport& WriteGraphicObjectShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); virtual ShapeExport& + WriteGroupShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); + virtual ShapeExport& WriteLineShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ); virtual ShapeExport& WriteNonVisualDrawingProperties( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, const char* sName ); |