summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-05-04 14:44:57 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-05-04 14:44:57 +0000
commit15ae7b732a1dd1252d7cdede5e6a1ace24c224f9 (patch)
tree87898d90c1b12413b673fbad59fb21d09ad8ac41 /sw/source/filter/xml/xmltext.cxx
parentb15ab55d0724fa4ecbb0343b9f821b2639a84922 (diff)
reworked progress indicator on import
Diffstat (limited to 'sw/source/filter/xml/xmltext.cxx')
-rw-r--r--sw/source/filter/xml/xmltext.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/filter/xml/xmltext.cxx b/sw/source/filter/xml/xmltext.cxx
index 16d622f8ad2c..dda826c4bbe2 100644
--- a/sw/source/filter/xml/xmltext.cxx
+++ b/sw/source/filter/xml/xmltext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltext.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mib $ $Date: 2000-11-21 14:38:35 $
+ * last change: $Author: dvo $ $Date: 2001-05-04 15:44:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,11 +139,5 @@ SvXMLImportContext *SwXMLImport::CreateBodyContext(
pContext = new SvXMLImportContext( *this, XML_NAMESPACE_OFFICE,
rLocalName );
- if( !bProgressValid )
- {
- ShowProgress( 15 );
- GetTextImport()->SetProgressValue( nProgress );
- }
-
return pContext;
}