Kaydet (Commit) f214e8fa authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:nullptr

Change-Id: I318a669d8b6b26c179111f887e13da784385a4ac
üst 1a3ace4d
...@@ -75,7 +75,7 @@ void ScGridWindow::dumpCellProperties() ...@@ -75,7 +75,7 @@ void ScGridWindow::dumpCellProperties()
OString aOutputFile("dump.xml"); OString aOutputFile("dump.xml");
xmlTextWriterPtr writer = xmlNewTextWriterFilename( aOutputFile.getStr(), 0 ); xmlTextWriterPtr writer = xmlNewTextWriterFilename( aOutputFile.getStr(), 0 );
xmlTextWriterStartDocument( writer, NULL, NULL, NULL ); xmlTextWriterStartDocument( writer, nullptr, nullptr, nullptr );
pPatternAttr->GetItemSet().dumpAsXml(writer); pPatternAttr->GetItemSet().dumpAsXml(writer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment