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

New commits:
commit d760039be5799a500f802494759dda75499ad908
Author: Michael Meeks <michael.me...@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();
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to