[Libreoffice-commits] core.git: include/sfx2

Tor Lillqvist tml at collabora.com
Fri Oct 7 06:34:08 UTC 2016


 include/sfx2/docinsert.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0876bf5c7cd0c56868350eb702614698ee5466c6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Oct 7 09:30:31 2016 +0300

    loplugin:nullptr
    
    Change-Id: I67fae694a27c68c37e1f687ceaee9ff19db0ce55

diff --git a/include/sfx2/docinsert.hxx b/include/sfx2/docinsert.hxx
index abd448d..a18b6fd 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();
 };
 


More information about the Libreoffice-commits mailing list