diff options
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 1d7fef30a784..62f58bbd9e03 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlimp.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: sab $ $Date: 2001-04-20 08:04:24 $ + * last change: $Author: dvo $ $Date: 2001-04-20 15:10:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -233,7 +233,6 @@ SvXMLImport::SvXMLImport( sal_uInt16 nImportFlags ) throw () : pNumImport( NULL ), pProgressBarHelper( NULL ), pEventImportHelper( NULL ), - pImageMapImportHelper( NULL ), mnImportFlags( nImportFlags ) { _InitCtor(); @@ -249,7 +248,6 @@ SvXMLImport::SvXMLImport( const Reference< XModel > & rModel ) throw () : xNumberFormatsSupplier (rModel, uno::UNO_QUERY), pProgressBarHelper( NULL ), pEventImportHelper( NULL ), - pImageMapImportHelper( NULL ), mnImportFlags( IMPORT_ALL ) { _InitCtor(); @@ -267,7 +265,6 @@ SvXMLImport::SvXMLImport( const Reference< XModel > & rModel, xNumberFormatsSupplier (rModel, uno::UNO_QUERY), pProgressBarHelper( NULL ), pEventImportHelper( NULL ), - pImageMapImportHelper( NULL ), mnImportFlags( IMPORT_ALL ) { _InitCtor(); |