[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sd/source

Petr Mladek pmladek at kemper.freedesktop.org
Tue May 31 07:36:40 PDT 2011


 sd/source/filter/eppt/pptx-epptbase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64665cb6c5b6ace06e81d3c98c424b6cf2beb49c
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue May 31 16:35:37 2011 +0200

    Remove extra bracket to fix build
    
    build breakage added by the previous commit

diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx
index 0c75e58..60091a8 100644
--- a/sd/source/filter/eppt/pptx-epptbase.cxx
+++ b/sd/source/filter/eppt/pptx-epptbase.cxx
@@ -165,7 +165,7 @@ PPTWriterBase::PPTWriterBase( const Reference< XModel > & rXModel,
 
 PPTWriterBase::~PPTWriterBase()
 {
-    if ( mbStatusIndicator && mXStatusIndicator.is() ))
+    if ( mbStatusIndicator && mXStatusIndicator.is() )
         mXStatusIndicator->end();
 }
 


More information about the Libreoffice-commits mailing list