summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-10-01 16:26:54 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-10-02 14:58:02 +0100
commit3751efff81a9bc1e53c8cbee74770bbed6d4f8de (patch)
treea7dcbbd7e7bd3f999c00abd9dd1a6feb97813d70 /sw
parent0ee9572db3934aa4e739c424765d4fd36a59a291 (diff)
initialize various fields in constructor.
Change-Id: Ib2165121786353062a52e6dd65cca6dab8584e60
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/html/wrthtml.cxx24
1 files changed, 24 insertions, 0 deletions
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx
index 131c04e0a787..0ebd7376fe94 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -99,6 +99,30 @@ static sal_Char sIndentTabs[MAX_INDENT_LEVEL+2] =
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
SwHTMLWriter::SwHTMLWriter( const String& rBaseURL )
+ , bCfgOutStyles( sal_False )
+ , bCfgPreferStyles( sal_False )
+ , bCfgFormFeed( sal_False )
+ , bCfgStarBasic( sal_False )
+ , bCfgCpyLinkedGrfs( sal_False )
+ , bFirstLine( sal_False )
+ , bTagOn( sal_False )
+ , bTxtAttr( sal_False )
+ , bOutOpts( sal_False )
+ , bOutTable( sal_False )
+ , bOutHeader( sal_False )
+ , bOutFooter( sal_False )
+ , bOutFlyFrame( sal_False )
+ , bFirstCSS1Rule( sal_False )
+ , bFirstCSS1Property( sal_False )
+ , bPoolCollTextModified( sal_False )
+ , bCSS1IgnoreFirstPageDesc( sal_False )
+ , bNoAlign( sal_False )
+ , bClearLeft( sal_False )
+ , bClearRight( sal_False )
+ , bLFPossible( sal_False )
+ , bPreserveForm( sal_False )
+ , bCfgNetscape4( sal_False )
+
{
SetBaseURL( rBaseURL );
bFirstLine = sal_True;