summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 16:30:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 18:50:59 +0100
commit9ad22b866df5feff3dc0227ce45816e3b778f540 (patch)
treea709e3885a3ffd3020d9d057d6939dcf51319fea /sw/source/filter
parent72b0a06fb2e8cc923955b690332cfe525f295a8e (diff)
coverity#708481 Uninitialized scalar field
Change-Id: I725a9c6a4d41502ffce1403dbe3f3822b93ddb4c
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/html/htmlatr.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx
index e8c41560b6fd..962e1c634a57 100644
--- a/sw/source/filter/html/htmlatr.cxx
+++ b/sw/source/filter/html/htmlatr.cxx
@@ -229,8 +229,16 @@ SwHTMLTxtCollOutputInfo::~SwHTMLTxtCollOutputInfo()
SwHTMLFmtInfo::SwHTMLFmtInfo( const SwFmt *pF, SwDoc *pDoc, SwDoc *pTemplate,
sal_Bool bOutStyles,
LanguageType eDfltLang,
- sal_uInt16 nCSS1Script, sal_Bool bHardDrop ) :
- pFmt( pF ), pRefFmt(0), pItemSet( 0 ), bScriptDependent( false )
+ sal_uInt16 nCSS1Script, sal_Bool bHardDrop )
+ : pFmt(pF)
+ , pRefFmt(0)
+ , pItemSet(0)
+ , nLeftMargin(0)
+ , nRightMargin(0)
+ , nFirstLineIndent(0)
+ , nTopMargin(0)
+ , nBottomMargin(0)
+ , bScriptDependent( false )
{
sal_uInt16 nRefPoolId = 0;
// Den Selektor des Formats holen