diff options
Diffstat (limited to 'oox/inc/oox/vml/vmlshape.hxx')
-rw-r--r-- | oox/inc/oox/vml/vmlshape.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx index 7c770df28477..1b5fc99f3eda 100644 --- a/oox/inc/oox/vml/vmlshape.hxx +++ b/oox/inc/oox/vml/vmlshape.hxx @@ -209,6 +209,8 @@ class SimpleShape : public ShapeBase public: explicit SimpleShape( Drawing& rDrawing, const ::rtl::OUString& rService ); + void setService( rtl::OUString aService ) { maService = aService; } + protected: /** Creates the corresponding XShape and inserts it into the passed container. */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > |