summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/lotread.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
commit555d702903fb0857122024e1ab78a72d122d3f16 (patch)
tree6c749e09d7b761f4ce353bedcc31627a38529196 /sc/source/filter/lotus/lotread.cxx
parentff721adbe05f7a6659d9dffcf46c671f8a644da7 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sc/source/filter/lotus/lotread.cxx')
-rw-r--r--sc/source/filter/lotus/lotread.cxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sc/source/filter/lotus/lotread.cxx b/sc/source/filter/lotus/lotread.cxx
index afcb7bfa51c0..e5c6ade5154e 100644
--- a/sc/source/filter/lotus/lotread.cxx
+++ b/sc/source/filter/lotus/lotread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lotread.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2001-05-18 12:28:04 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:05:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,12 @@
#include "scerrors.hxx"
#include "root.hxx"
#include "lotimpop.hxx"
-#include "fltprgrs.hxx"
#include "lotattr.hxx"
+#ifndef SC_FPROGRESSBAR_HXX
+#include "fprogressbar.hxx"
+#endif
+
class ScFormulaCell;
@@ -106,7 +109,7 @@ FltError ImportLotus::Read()
pIn->Seek( nNextRec );
// Progressbar starten
- FilterProgressBar aPrgrsBar( *pIn );
+ ScfStreamProgressBar aPrgrsBar( *pIn, pD->GetDocumentShell() );
while( eAkt != S_END )
{
@@ -292,7 +295,7 @@ FltError ImportLotus::Read( SvStream& rIn )
pIn->Seek( nNextRec );
// Progressbar starten
- FilterProgressBar aPrgrsBar( *pIn );
+ ScfStreamProgressBar aPrgrsBar( *pIn, pD->GetDocumentShell() );
while( bRead )
{