summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii/parasc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-22 16:04:08 +0200
committerNoel Grandin <noel@peralex.com>2016-02-22 16:04:36 +0200
commitc17ead7dc9c9dce23033fdda9c316f27a0225b17 (patch)
tree3f04f0c1f6d64c97bee08a4658080da93d908ee1 /sw/source/filter/ascii/parasc.cxx
parent816afdb7c717c324fa4ea98df93b47b093e39d71 (diff)
loplugin:commaoperator in sw/
Change-Id: I9b00755707687e4c10c02bf49866571f2c44d8ba
Diffstat (limited to 'sw/source/filter/ascii/parasc.cxx')
-rw-r--r--sw/source/filter/ascii/parasc.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx
index a1b7c90884e6..852b5b5432f0 100644
--- a/sw/source/filter/ascii/parasc.cxx
+++ b/sw/source/filter/ascii/parasc.cxx
@@ -234,7 +234,8 @@ sal_uLong SwASCIIParser::CallParser()
pDoc->getIDocumentContentOperations().InsertItemSet( *pInsPam, *pItemSet );
}
}
- delete pItemSet, pItemSet = nullptr;
+ delete pItemSet;
+ pItemSet = nullptr;
}
delete pInsPam;