#80552#; creates the progressbar on demand

This commit is contained in:
Sascha Ballach 2000-11-29 14:34:51 +00:00
parent 3a6355c75d
commit 1590800b59

View file

@ -2,9 +2,9 @@
*
* $RCSfile: xmlimp.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: aw $ $Date: 2000-11-24 16:56:12 $
* last change: $Author: sab $ $Date: 2000-11-29 15:34:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -99,10 +99,6 @@
#include "xmlnumfi.hxx"
#endif
#ifndef _XMLOFF_PROGRESSBARHELPER_HXX
#include "ProgressBarHelper.hxx"
#endif
#ifndef _COM_SUN_STAR_LANG_SERVICENOTREGISTEREDEXCEPTION_HDL_
#include <com/sun/star/lang/ServiceNotRegisteredException.hdl>
#endif
@ -217,7 +213,7 @@ SvXMLImport::SvXMLImport( const Reference< XModel > & rModel ) throw () :
pNumImport( NULL ),
xModel( rModel ),
xNumberFormatsSupplier (rModel, uno::UNO_QUERY),
pProgressBarHelper( new ProgressBarHelper(rModel, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("XML Import"))))
pProgressBarHelper( NULL )
{
_InitCtor();
if (xNumberFormatsSupplier.is())