From 0876bf5c7cd0c56868350eb702614698ee5466c6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 7 Oct 2016 09:30:31 +0300 Subject: loplugin:nullptr Change-Id: I67fae694a27c68c37e1f687ceaee9ff19db0ce55 --- include/sfx2/docinsert.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sfx2/docinsert.hxx b/include/sfx2/docinsert.hxx index abd448d1bd7e..a18b6fdc5ae8 100644 --- a/include/sfx2/docinsert.hxx +++ b/include/sfx2/docinsert.hxx @@ -57,7 +57,7 @@ public: ~DocumentInserter(); void StartExecuteModal( const Link& _rDialogClosedLink ); - SfxMedium* CreateMedium(char const* pFallbackHack = 0); + SfxMedium* CreateMedium(char const* pFallbackHack = nullptr); SfxMediumList* CreateMediumList(); }; -- cgit