diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-05-26 19:35:08 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-05-27 07:19:04 +0000 |
commit | 481c185e327cb83ffcb29657d5a354eae2c4a5f3 (patch) | |
tree | 629034a153bc04886a528c576ecfbf9eed6d340b /include/oox/export/drawingml.hxx | |
parent | bf9c96238e33f63922af35c0c77ceb83ff447d3e (diff) |
Change-Id: I610d8099f057a2a34a1f9573d8ac16b5b8da9fc7
Reviewed-on: https://gerrit.libreoffice.org/15918
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include/oox/export/drawingml.hxx')
-rw-r--r-- | include/oox/export/drawingml.hxx | 1 |
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 ); |