summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.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/ww8/ww8par3.cxx
parent816afdb7c717c324fa4ea98df93b47b093e39d71 (diff)
loplugin:commaoperator in sw/
Change-Id: I9b00755707687e4c10c02bf49866571f2c44d8ba
Diffstat (limited to 'sw/source/filter/ww8/ww8par3.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index c62886f21fd3..b908572e65c5 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -313,7 +313,8 @@ eF_ResT SwWW8ImplReader::Read_F_HTMLControl(WW8FieldDesc*, OUString&)
void SwWW8ImplReader::DeleteFormImpl()
{
- delete m_pFormImpl, m_pFormImpl = nullptr;
+ delete m_pFormImpl;
+ m_pFormImpl = nullptr;
}
// Hilfs-Deklarationen