diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:23:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:38 +0100 |
commit | 92c697c0e3e4bde88424322875c993c161696b1e (patch) | |
tree | ea1be62a0cb8fd7f7e63dd03a52441cedd8e96eb /sd/inc/CustomAnimationCloner.hxx | |
parent | 65464ed0985802edb96dbcbd1c3eed996f3778bd (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: If1b80da64ba575f07b31dce9bc0e34b7eb9f11a4
Diffstat (limited to 'sd/inc/CustomAnimationCloner.hxx')
-rw-r--r-- | sd/inc/CustomAnimationCloner.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/CustomAnimationCloner.hxx b/sd/inc/CustomAnimationCloner.hxx index 7127f372eccd..86b4e6b1fcd5 100644 --- a/sd/inc/CustomAnimationCloner.hxx +++ b/sd/inc/CustomAnimationCloner.hxx @@ -28,7 +28,7 @@ namespace sd { css::uno::Reference< css::animations::XAnimationNode > Clone( const css::uno::Reference< css::animations::XAnimationNode >& xSourceNode, - const SdPage* pSource = 0, const SdPage* pTarget = 0 ); + const SdPage* pSource = nullptr, const SdPage* pTarget = nullptr ); } #endif // INCLUDED_SD_INC_CUSTOMANIMATIONCLONER_HXX |