[Libreoffice-commits] .: sd/source

Tor Lillqvist tml at kemper.freedesktop.org
Fri May 20 01:24:48 PDT 2011


 sd/source/filter/eppt/pptx-epptbase.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 75646244da6c781fa1f35015e9f60e56960e5301
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri May 20 11:16:07 2011 +0300

    Add informative comment

diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx
index 5e754e0..2939911 100644
--- a/sd/source/filter/eppt/pptx-epptbase.cxx
+++ b/sd/source/filter/eppt/pptx-epptbase.cxx
@@ -165,6 +165,10 @@ PPTWriterBase::PPTWriterBase( const Reference< XModel > & rXModel,
 
 PPTWriterBase::~PPTWriterBase()
 {
+    // Possibly unnecessary sanity check for mXStatusIndicator.is().
+    // In 3.3 we had a bug report of a crash where it was null,
+    // https://bugzilla.novell.com/show_bug.cgi?id=694119 (non-public,
+    // bug report, sorry).
     if ( mbStatusIndicator && mXStatusIndicator.is() ))
         mXStatusIndicator->end();
 }


More information about the Libreoffice-commits mailing list