diff options
-rw-r--r-- | sc/source/filter/excel/excimp8.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx index 00818bfc96db..4eb075534bdf 100644 --- a/sc/source/filter/excel/excimp8.cxx +++ b/sc/source/filter/excel/excimp8.cxx @@ -2,9 +2,9 @@ * * $RCSfile: excimp8.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: dr $ $Date: 2001-04-12 08:43:07 $ + * last change: $Author: dr $ $Date: 2001-04-12 08:57:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1298,7 +1298,7 @@ ImportExcel8::ImportExcel8( SvStorage* pStorage, SvStream& rStream, ScDocument* pDVList = NULL; - pAutoFilterBuffer = new XclImpAutoFilterBuffer; + pAutoFilterBuffer = NULL; pWebQBuffer = NULL; pExcRoot->pRootStorage = pStorage; |