From bf057fab3c0d17bf2832c8d9fc6d34b1b859e660 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:24:53 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I0f2f81dae91f62639e79799b1bed1b2df1fd79ab --- include/svl/inettype.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/svl/inettype.hxx') diff --git a/include/svl/inettype.hxx b/include/svl/inettype.hxx index 59d63d6d1b42..4fe32060585b 100644 --- a/include/svl/inettype.hxx +++ b/include/svl/inettype.hxx @@ -219,8 +219,8 @@ class SVL_DLLPUBLIC INetContentTypes public: static INetContentType RegisterContentType(OUString const & rTypeName, OUString const & rPresentation, - OUString const * pExtension = 0, - OUString const * pSystemFileType = 0); + OUString const * pExtension = nullptr, + OUString const * pSystemFileType = nullptr); static INetContentType GetContentType(OUString const & rTypeName); @@ -237,7 +237,7 @@ public: static bool parse(OUString const & rMediaType, OUString & rType, OUString & rSubType, - INetContentTypeParameterList * pParameters = 0); + INetContentTypeParameterList * pParameters = nullptr); }; #endif // INCLUDED_SVL_INETTYPE_HXX -- cgit