diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-10-07 09:30:31 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-10-07 09:30:31 +0300 |
commit | 0876bf5c7cd0c56868350eb702614698ee5466c6 (patch) | |
tree | 8aff602a1123f686f2f6d279f5409c7364378d1b /include | |
parent | 33c57f15501dbd05834cd8844e9124b06536e62c (diff) |
loplugin:nullptr
Change-Id: I67fae694a27c68c37e1f687ceaee9ff19db0ce55
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/docinsert.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<sfx2::FileDialogHelper*,void>& _rDialogClosedLink ); - SfxMedium* CreateMedium(char const* pFallbackHack = 0); + SfxMedium* CreateMedium(char const* pFallbackHack = nullptr); SfxMediumList* CreateMediumList(); }; |