[Libreoffice-commits] core.git: sc/source

Michael Meeks michael.meeks at collabora.com
Wed Dec 4 08:10:11 PST 2013


 sc/source/filter/oox/workbookfragment.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d760039be5799a500f802494759dda75499ad908
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Dec 4 16:09:33 2013 +0000

    oox: remove debugging printf.
    
    Change-Id: I79198f926cad736549f3251ea92971374b305999

diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx
index e4edb09..bfc5e7b 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -292,7 +292,6 @@ public:
     }
     virtual void Timeout()
     {
-        fprintf( stderr, "Progress bar update\n" );
         for( size_t i = 0; i < aSegments.size(); i++)
             static_cast< ProgressWrapper *>( aSegments[ i ].get() )->UpdateBar();
     }


More information about the Libreoffice-commits mailing list