diff options
Diffstat (limited to 'sc/source/ui/inc/asciiopt.hxx')
-rw-r--r-- | sc/source/ui/inc/asciiopt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/asciiopt.hxx b/sc/source/ui/inc/asciiopt.hxx index a5da489df339..ff9628879a58 100644 --- a/sc/source/ui/inc/asciiopt.hxx +++ b/sc/source/ui/inc/asciiopt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: asciiopt.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dr $ $Date: 2002-08-01 12:47:39 $ + * last change: $Author: dr $ $Date: 2002-08-15 09:29:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,7 +147,7 @@ public: void SetStartRow( long nRow) { nStartRow= nRow; } void SetColInfo( USHORT nCount, const xub_StrLen* pStart, const BYTE* pFormat ); - void SetColumnInfo( const ScCsvExtColPosVec& rColPosVec, const ScCsvExtColTypeVec& rColTypeVec ); + void SetColumnInfo( const ScCsvExpDataVec& rDataVec ); }; |