diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-06 23:34:50 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-06 23:34:50 +0200 |
commit | 3d9ebded1358395ed81db7a63629b046aec2aeac (patch) | |
tree | ae287a942c92b3e807f48af3e20e3d01f8de44ef /oox/inc/oox/vml/vmlshapecontainer.hxx | |
parent | 8f90fdf25623164326d4573de4c8798109dcac69 (diff) |
Misc improvements for docx VML import
Diffstat (limited to 'oox/inc/oox/vml/vmlshapecontainer.hxx')
-rw-r--r-- | oox/inc/oox/vml/vmlshapecontainer.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmlshapecontainer.hxx b/oox/inc/oox/vml/vmlshapecontainer.hxx index a878fda2b74c..e1c141cd4cc6 100644 --- a/oox/inc/oox/vml/vmlshapecontainer.hxx +++ b/oox/inc/oox/vml/vmlshapecontainer.hxx @@ -95,6 +95,8 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, const ShapeParentAnchor* pParentAnchor = 0 ) const; + inline void clearShapes( ) { maShapes.clear( ); } + private: typedef RefVector< ShapeType > ShapeTypeVector; typedef RefVector< ShapeBase > ShapeVector; |