summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-05-26 19:35:08 +0200
committerAndras Timar <andras.timar@collabora.com>2015-05-28 09:05:22 +0200
commit0fa10fa7ea7026de7d998776201747afda0ca6b2 (patch)
treeae0e3b1caa2b22fe46c32c70f15decd95af18f5a /include
parentdabe4ad3bf21b6b6c9eadbd7e78262a1f59af771 (diff)
tdf#90338 tdf#84254 DrawingML export fix
Change-Id: I610d8099f057a2a34a1f9573d8ac16b5b8da9fc7 Reviewed-on: https://gerrit.libreoffice.org/15918 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 481c185e327cb83ffcb29657d5a354eae2c4a5f3)
Diffstat (limited to 'include')
-rw-r--r--include/oox/export/drawingml.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx
index 2707852def5f..3b9d84713c06 100644
--- a/include/oox/export/drawingml.hxx
+++ b/include/oox/export/drawingml.hxx
@@ -177,6 +177,7 @@ public:
void WritePresetShape( const char* pShape );
void WritePresetShape( const char* pShape, MSO_SPT eShapeType, bool bPredefinedHandlesUsed, sal_Int32 nAdjustmentsWhichNeedsToBeConverted, const ::com::sun::star::beans::PropertyValue& rProp );
+ void WriteCustomGeometry( css::uno::Reference<css::drawing::XShape> rXShape );
void WritePolyPolygon( const tools::PolyPolygon& rPolyPolygon );
void WriteFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPropSet );
void WriteShapeStyle( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet );