diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-04-12 07:44:16 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-04-12 07:44:16 +0000 |
commit | a003b586f9cda4fc6a697182adcaeb948159a36c (patch) | |
tree | c90b3e0dcc663ef5c75c1b5888bcd6fcc8e8f695 /sc | |
parent | 38a99db49227072ad7ac8eaac46f35376d09808b (diff) |
autofilter: new class names; moved to ImportExcel8
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/imp_op.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx index 233125a32faf..09c7ae9b6e3d 100644 --- a/sc/source/filter/inc/imp_op.hxx +++ b/sc/source/filter/inc/imp_op.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imp_op.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: er $ $Date: 2001-02-21 18:38:34 $ + * last change: $Author: dr $ $Date: 2001-04-12 08:44:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,6 @@ class FontBuffer; class XF_Buffer; class ValueFormBuffer; class ExcelToSc; -class AutoFilterBuffer; class ImportTyp @@ -184,8 +183,6 @@ protected: BOOL bTabTruncated; // wenn Bereichsueberschreitung zum // Abschneiden von Zellen fuehrt - AutoFilterBuffer* pAutoFilter; // ranges for autofilter and advanced filter - // Record-Funktionen void Dimensions( void ); // 0x00 void Blank25( void ); // 0x01 |