summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlshapecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlshapecontainer.hxx')
-rw-r--r--include/oox/vml/vmlshapecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx
index cea21146d36c..b843c4d73f00 100644
--- a/include/oox/vml/vmlshapecontainer.hxx
+++ b/include/oox/vml/vmlshapecontainer.hxx
@@ -101,7 +101,7 @@ public:
/** Creates and inserts all UNO shapes into the passed container. */
void convertAndInsert(
const css::uno::Reference< css::drawing::XShapes >& rxShapes,
- const ShapeParentAnchor* pParentAnchor = 0 ) const;
+ const ShapeParentAnchor* pParentAnchor = nullptr ) const;
private:
typedef RefVector< ShapeType > ShapeTypeVector;