[Libreoffice-commits] .: 2 commits - desktop/scripts sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 2 06:58:33 PDT 2012
desktop/scripts/gdbtrace | 1 +
sw/source/filter/html/wrthtml.cxx | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
New commits:
commit 3751efff81a9bc1e53c8cbee74770bbed6d4f8de
Author: Michael Meeks <michael.meeks at suse.com>
Date: Mon Oct 1 16:26:54 2012 +0100
initialize various fields in constructor.
Change-Id: Ib2165121786353062a52e6dd65cca6dab8584e60
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx
index 131c04e..0ebd737 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;
commit 0ee9572db3934aa4e739c424765d4fd36a59a291
Author: Michael Meeks <michael.meeks at suse.com>
Date: Mon Oct 1 16:26:35 2012 +0100
ignore various unhelpful signals in our --backtrace gdb setup.
Change-Id: I8ede40ebf5954e0492e790ce148c9b7f1f1e62df
diff --git a/desktop/scripts/gdbtrace b/desktop/scripts/gdbtrace
index 548ffe6..f5fbf63 100644
--- a/desktop/scripts/gdbtrace
+++ b/desktop/scripts/gdbtrace
@@ -1,5 +1,6 @@
set pagination off
echo log will be saved as gdbtrace.log, this will take some time, patience...\n
+handle SIGPIPE SIGXCPU SIG33 SIG35 SIGPWR nostop noprint
set logging redirect on
set logging file gdbtrace.log
set logging on
More information about the Libreoffice-commits
mailing list