diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:23:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:38 +0100 |
commit | 28034eaf925aa50d379dd5cffccc20d7edc95aec (patch) | |
tree | 5cde1f141bc0ffc5cb04a12980d0c4bce69de0f0 /include/sfx2/docinf.hxx | |
parent | d930b6c2e6e3dfb9e1ed19b84a3137cc0cfbfd8c (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4
Diffstat (limited to 'include/sfx2/docinf.hxx')
-rw-r--r-- | include/sfx2/docinf.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/docinf.hxx b/include/sfx2/docinf.hxx index 066b1e14a89e..0c1b66f1c38e 100644 --- a/include/sfx2/docinf.hxx +++ b/include/sfx2/docinf.hxx @@ -57,9 +57,9 @@ sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet( bool SFX2_DLLPUBLIC SaveOlePropertySet( css::uno::Reference< css::document::XDocumentProperties> i_xDocProps, SotStorage* i_pStorage, - const css::uno::Sequence<sal_uInt8> * i_pThumb = 0, - const css::uno::Sequence<sal_uInt8> * i_pGuid = 0, - const css::uno::Sequence<sal_uInt8> * i_pHyperlinks = 0); + const css::uno::Sequence<sal_uInt8> * i_pThumb = nullptr, + const css::uno::Sequence<sal_uInt8> * i_pGuid = nullptr, + const css::uno::Sequence<sal_uInt8> * i_pHyperlinks = nullptr); css::uno::Sequence<sal_uInt8> SFX2_DLLPUBLIC convertMetaFile( |