summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-29 08:50:35 +0200
committerNoel Grandin <noel@peralex.com>2016-02-29 08:50:35 +0200
commitf214e8fa3c0c279fbdfa3b2a4e7752e8bcc4b845 (patch)
tree65a45796f90d9f2ad3d093a25fbf1f90a3464390
parent1a3ace4d098eaea7cae26311330046cd900e21af (diff)
loplugin:nullptr
Change-Id: I318a669d8b6b26c179111f887e13da784385a4ac
-rw-r--r--sc/source/ui/view/gridwin_dbgutil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin_dbgutil.cxx b/sc/source/ui/view/gridwin_dbgutil.cxx
index b891ff90d3c5..70816f348c9a 100644
--- a/sc/source/ui/view/gridwin_dbgutil.cxx
+++ b/sc/source/ui/view/gridwin_dbgutil.cxx
@@ -75,7 +75,7 @@ void ScGridWindow::dumpCellProperties()
OString aOutputFile("dump.xml");
xmlTextWriterPtr writer = xmlNewTextWriterFilename( aOutputFile.getStr(), 0 );
- xmlTextWriterStartDocument( writer, NULL, NULL, NULL );
+ xmlTextWriterStartDocument( writer, nullptr, nullptr, nullptr );
pPatternAttr->GetItemSet().dumpAsXml(writer);