summaryrefslogtreecommitdiff
path: root/oox/inc/oox/export/shapes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/export/shapes.hxx')
-rw-r--r--oox/inc/oox/export/shapes.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/inc/oox/export/shapes.hxx b/oox/inc/oox/export/shapes.hxx
index b043c3f90643..8e8922054116 100644
--- a/oox/inc/oox/export/shapes.hxx
+++ b/oox/inc/oox/export/shapes.hxx
@@ -51,6 +51,7 @@ namespace oox { namespace drawingml {
class OOX_DLLPUBLIC ShapeExport : public DrawingML {
private:
+ static int mnSpreadsheetCounter;
struct ShapeCheck
{
bool operator()( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape> s1, const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape> s2 ) const
@@ -70,6 +71,8 @@ public:
protected:
sal_Int32 mnShapeIdMax, mnPictureIdMax;
+ void WriteGraphicObjectShapePart( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape, Graphic *pGraphic=NULL );
+
private:
sal_Int32 mnXmlNamespace;
Fraction maFraction;