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-05 13:49:45 +0000
commit71af63ceac36d0f9488b2ca8cdbe1b2f783ed41d (patch)
tree06a9877bc6f236bf28caf116422de3402f645f9f /sc
parent5c85cc008507eceed97283f84924ea33e0651f9d (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 2baf11d664dc..cb3d683a9e62 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -294,7 +294,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();
}