diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/html/wrthtml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx index 8b771939622b..a506a73a2243 100644 --- a/sw/source/filter/html/wrthtml.hxx +++ b/sw/source/filter/html/wrthtml.hxx @@ -234,7 +234,7 @@ struct SwHTMLFmtInfo // Konstruktor fuer einen Dummy zum Suchen SwHTMLFmtInfo( const SwFmt *pF ) : - pFmt( pF ), pRefFmt(0), pItemSet( 0 ), nFirstLineIndent(0) + pFmt( pF ), pRefFmt(0), pItemSet( 0 ), nFirstLineIndent(0), bScriptDependent(false) {} |