diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-04-12 07:57:01 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-04-12 07:57:01 +0000 |
commit | 6d5b088272f01558e48a911b3752184a32176ae6 (patch) | |
tree | 523ee6cd334f6557b1cdd98e82bdf9e0b4cc9cb4 /sc | |
parent | 5ed1b3e0af22b57dee9759d4acf5ad5f6f848ad4 (diff) |
fix: create auto filter buffer only if necessary
Diffstat (limited to 'sc')
-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; |