summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-20 12:29:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-21 07:34:57 +0100
commit0a5ab8502a8dcba1bdc1faa6972df2d9d01a4f1f (patch)
treeb592261e4d9b4a20fe86a403613de150a5b0aaa0 /sw/source/filter/xml/xmltble.cxx
parente7191f32cb699f229f429edbefde237eb3f5fbfb (diff)
loplugin:subtlezeroinit: sw
Change-Id: Ibd5342b39de2fe9da14bbcc243736ae21b78072d
Diffstat (limited to 'sw/source/filter/xml/xmltble.cxx')
-rw-r--r--sw/source/filter/xml/xmltble.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index e8b4278a2ff1..a8e50da33149 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -569,7 +569,7 @@ void SwXMLExport::ExportTableLinesAutoStyles( const SwTableLines& rLines,
// pass 1: calculate columns
SwXMLTableLines_Impl *pLines = new SwXMLTableLines_Impl( rLines );
if( !m_pTableLines )
- m_pTableLines = new SwXMLTableLinesCache_Impl();
+ m_pTableLines = new SwXMLTableLinesCache_Impl;
m_pTableLines->push_back( pLines );