summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools/fprogressbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/ftools/fprogressbar.cxx')
-rw-r--r--sc/source/filter/ftools/fprogressbar.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/ftools/fprogressbar.cxx b/sc/source/filter/ftools/fprogressbar.cxx
index 1240ba3406c1..59e832eec94e 100644
--- a/sc/source/filter/ftools/fprogressbar.cxx
+++ b/sc/source/filter/ftools/fprogressbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fprogressbar.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 12:25:43 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:29:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -157,7 +157,9 @@ void ScfProgressBar::IncreaseProgressBar( sal_Size nDelta )
}
}
else
+ {
DBG_ERRORFILE( "ScfProgressBar::IncreaseProgressBar - no progress bar found" );
+ }
mnTotalPos = nNewPos;
}