diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-28 09:47:41 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-28 09:47:41 +0000 |
commit | 714b55cecabe7ae75ef54ff06905f1e878758534 (patch) | |
tree | 0f351e6117995c39b3ad732e6ef9cd0a70622cd0 /xmloff/source | |
parent | 547f4427e26b124027a12217dfb851f45cb76991 (diff) |
- fixed: destructor call on incomplete type avoided
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index d3a9110902fe..d62d096ff240 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlimp.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: dvo $ $Date: 2001-03-28 10:28:16 $ + * last change: $Author: dvo $ $Date: 2001-03-28 10:47:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -275,7 +275,7 @@ SvXMLImport::~SvXMLImport() throw () delete pUnitConv; delete pContexts; delete pEventImportHelper; - delete pImageMapImportHelper; +// delete pImageMapImportHelper; if (pNumImport) delete pNumImport; if (pProgressBarHelper) |