[Libreoffice-commits] .: sd/source
Tor Lillqvist
tml at kemper.freedesktop.org
Fri May 20 02:52:32 PDT 2011
sd/source/filter/eppt/pptx-epptbase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf55316c27b2d57b8d3f541db2535912ec0045cf
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Fri May 20 12:49:55 2011 +0300
Typo
diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx
index 2939911..25adbbf 100644
--- a/sd/source/filter/eppt/pptx-epptbase.cxx
+++ b/sd/source/filter/eppt/pptx-epptbase.cxx
@@ -169,7 +169,7 @@ PPTWriterBase::~PPTWriterBase()
// 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() ))
+ if ( mbStatusIndicator && mXStatusIndicator.is() )
mXStatusIndicator->end();
}
More information about the Libreoffice-commits
mailing list