diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:20:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:32 +0100 |
commit | 8d12f43bb3668f4fdfcef0bd149d8b023e312e18 (patch) | |
tree | 989292510ee579777678940fcb5c93d75c3925dd /include/oox/ppt | |
parent | 1ddbbfdda834965c861a67e275ab58ff4d1f0bf9 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I62a20b440064aca6f102e61cb3984bb95e739a4f
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/pptshape.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/ppt/pptshape.hxx b/include/oox/ppt/pptshape.hxx index f4d0798257f1..af2685423c60 100644 --- a/include/oox/ppt/pptshape.hxx +++ b/include/oox/ppt/pptshape.hxx @@ -35,7 +35,7 @@ class PPTShape : public oox::drawingml::Shape public: PPTShape( const oox::ppt::ShapeLocation eShapeLocation, - const sal_Char* pServiceType = NULL ); + const sal_Char* pServiceType = nullptr ); virtual ~PPTShape(); using oox::drawingml::Shape::addShape; @@ -46,8 +46,8 @@ public: const oox::drawingml::Theme* pTheme, const css::uno::Reference< css::drawing::XShapes >& rxShapes, basegfx::B2DHomMatrix& aTransformation, - const css::awt::Rectangle* pShapeRect = 0, - ::oox::drawingml::ShapeIdMap* pShapeMap = 0 ); + const css::awt::Rectangle* pShapeRect = nullptr, + ::oox::drawingml::ShapeIdMap* pShapeMap = nullptr ); virtual void applyShapeReference( const oox::drawingml::Shape& rReferencedShape, bool bUseText = true ) override; |