summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-10-07 09:30:31 +0300
committerTor Lillqvist <tml@collabora.com>2016-10-07 09:30:31 +0300
commit0876bf5c7cd0c56868350eb702614698ee5466c6 (patch)
tree8aff602a1123f686f2f6d279f5409c7364378d1b
parent33c57f15501dbd05834cd8844e9124b06536e62c (diff)
loplugin:nullptr
Change-Id: I67fae694a27c68c37e1f687ceaee9ff19db0ce55
-rw-r--r--include/sfx2/docinsert.hxx2
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();
};