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

New commits:
commit 0876bf5c7cd0c56868350eb702614698ee5466c6
Author: Tor Lillqvist <[email protected]>
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();
 };
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to