summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools/fprogressbar.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:29:18 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:29:18 +0000
commite0b316cd2736d29ae71345596225557ff8a90979 (patch)
tree7e479ad5c79f9f83c018f818fab2ef8d26383a2e /sc/source/filter/ftools/fprogressbar.cxx
parent38245f494d3ef9e535de1080d9e9f046c5e4beed (diff)
INTEGRATION: CWS dr58_SRC680 (1.8.348); FILE MERGED
2007/12/14 10:50:57 nn 1.8.348.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
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;
}