From 51b45df6bba163dec7ba91c700de695ad517e5dd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:29:15 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I8690de2cb68dcfedc9f2239ce66cea06fd94bc16 --- xmloff/source/chart/SchXMLParagraphContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/chart/SchXMLParagraphContext.hxx') diff --git a/xmloff/source/chart/SchXMLParagraphContext.hxx b/xmloff/source/chart/SchXMLParagraphContext.hxx index 1fa28cee100c..b49272a362af 100644 --- a/xmloff/source/chart/SchXMLParagraphContext.hxx +++ b/xmloff/source/chart/SchXMLParagraphContext.hxx @@ -38,7 +38,7 @@ public: SchXMLParagraphContext( SvXMLImport& rImport, const OUString& rLocalName, OUString& rText, - OUString * pOutId = 0 ); + OUString * pOutId = nullptr ); virtual ~SchXMLParagraphContext(); virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) override; virtual void EndElement() override; -- cgit