summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-04-20 14:10:06 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-04-20 14:10:06 +0000
commit9e7d096ab3403431ea1c22c797061a8a09846d5f (patch)
treeb5574a130de8796b97e22bea558944e0f0cd8ec2 /xmloff
parenta8294341de73658013cf612aaac791b4c593677b (diff)
fixed: removed hack to ease image map integrations into SRC627
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlimp.cxx7
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();