summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-12-04 16:09:33 +0000
committerMichael Meeks <michael.meeks@collabora.com>2013-12-04 16:09:33 +0000
commitd760039be5799a500f802494759dda75499ad908 (patch)
tree94edd162ac92cc2375fcc1decedacd095f9647c0 /sc
parentc1da3afa5185e930e15a6ebbd2901c239def02a7 (diff)
oox: remove debugging printf.
Change-Id: I79198f926cad736549f3251ea92971374b305999
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/workbookfragment.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx
index e4edb0922619..bfc5e7bc7bfb 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();
}