summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-06 13:27:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-07 12:52:10 +0200
commite718cadf1c1c847c03f8e579bc17e7b82c560e79 (patch)
tree061ffcd8013c5b4c5c35197793fe7f70fb5dd275 /sw
parent911282cfbbc8615d8f2e25ad932c8c34d8217b33 (diff)
Remove unnecessary(?) memset
...that was there ever since 7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import", while 2e93541d00f9d4aaa6ad2aeb35ee0c901d216cc0 "Resolves: fdo#69220 crash in doc (ww6)" introduced a WW8PLCFxDesc default ctor that initializes all members (even though it initializes some of them to non-zero, but lets assume that that doesn't matter here). Change-Id: I21a75675d59ded81ccb17397f8c464efdfc3d78f Reviewed-on: https://gerrit.libreoffice.org/80316 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 80a7bf8ed41c..01b434d2829f 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -4896,7 +4896,6 @@ WW8PLCFMan::WW8PLCFMan(const WW8ScannerBase* pBase, ManTypes nType, long nStartC
{
m_pWwFib = pBase->m_pWw8Fib;
- memset( m_aD, 0, sizeof( m_aD ) );
m_nLineEnd = WW8_CP_MAX;
m_nManType = nType;